My Project
|
Classes | |
struct | Cachable |
Public Member Functions | |
Private (const Argument *arg, Definition *def, const QCString &relPath) | |
TemplateVariant | get (const char *n) const |
TemplateVariant | type () const |
TemplateVariant | attrib () const |
TemplateVariant | name () const |
TemplateVariant | defVal () const |
TemplateVariant | array () const |
TemplateVariant | docs () const |
TemplateVariant | namePart () const |
Private Attributes | |
const Argument * | m_argument |
Definition * | m_def |
QCString | m_relPath |
Cachable | m_cache |
Static Private Attributes | |
static PropertyMapper < ArgumentContext::Private > | s_inst |
Definition at line 9263 of file context.cpp.
|
inline |
Definition at line 9266 of file context.cpp.
References array(), attrib(), defVal(), docs(), Config::init(), name(), namePart(), s_inst, and type().
|
inline |
Definition at line 9302 of file context.cpp.
References Argument::array, and m_argument.
Referenced by Private().
|
inline |
Definition at line 9290 of file context.cpp.
References Argument::attrib, and m_argument.
Referenced by Private().
|
inline |
Definition at line 9298 of file context.cpp.
References createLinkedText(), Argument::defval, m_argument, m_def, and m_relPath.
Referenced by Private().
|
inline |
Definition at line 9306 of file context.cpp.
References Definition::docFile(), Definition::docLine(), Argument::docs, ArgumentContext::Private::Cachable::docs, m_argument, m_cache, m_def, m_relPath, parseDoc(), and ScopedPtr< T >::reset().
Referenced by Private().
|
inline |
Definition at line 9282 of file context.cpp.
References s_inst.
Referenced by ArgumentContext::get().
|
inline |
Definition at line 9294 of file context.cpp.
References m_argument, and Argument::name.
Referenced by Private().
|
inline |
Definition at line 9323 of file context.cpp.
References Argument::attrib, and m_argument.
Referenced by Private().
|
inline |
Definition at line 9286 of file context.cpp.
References createLinkedText(), m_argument, m_def, m_relPath, and Argument::type.
Referenced by Private().
|
private |
Definition at line 9335 of file context.cpp.
Referenced by array(), attrib(), defVal(), docs(), name(), namePart(), and type().
|
mutableprivate |
Definition at line 9342 of file context.cpp.
Referenced by docs().
|
private |
Definition at line 9336 of file context.cpp.
|
private |
Definition at line 9337 of file context.cpp.
|
staticprivate |
Definition at line 9343 of file context.cpp.