My Project
|
#include <context.h>
Classes | |
class | Private |
Public Member Functions | |
QCString | id () const |
virtual TemplateVariant | get (const char *name) const |
virtual int | addRef () |
virtual int | release () |
Public Member Functions inherited from RefCountedContext | |
RefCountedContext (const char *) | |
virtual | ~RefCountedContext () |
int | addRef () |
int | release () |
Public Member Functions inherited from TemplateStructIntf | |
virtual | ~TemplateStructIntf () |
Static Public Member Functions | |
static NestingNodeContext * | alloc (const NestingNodeContext *parent, Definition *def, int index, int level, bool addClasses, bool inherit, bool hideSuper) |
Private Member Functions | |
NestingNodeContext (const NestingNodeContext *parent, Definition *, int index, int level, bool addClasses, bool inherit, bool hideSuper) | |
~NestingNodeContext () | |
Private Attributes | |
Private * | p |
|
private |
Definition at line 6378 of file context.cpp.
Referenced by alloc().
|
private |
|
inlinevirtual |
Increase object's reference count
Implements TemplateStructIntf.
Definition at line 520 of file context.h.
References RefCountedContext::addRef().
|
inlinestatic |
Definition at line 512 of file context.h.
References NestingNodeContext().
Referenced by NestingContext::Private::addClasses(), NestingContext::Private::addClassHierarchy(), NestingContext::Private::addDerivedClasses(), NestingContext::Private::addDirs(), NestingContext::Private::addFiles(), NestingContext::Private::addModules(), NestingContext::Private::addNamespaces(), and NestingContext::Private::addPages().
|
virtual |
Gets the value for a field name.
[in] | name | The name of the field. |
Implements TemplateStructIntf.
Definition at line 6390 of file context.cpp.
References NestingNodeContext::Private::get(), and p.
QCString NestingNodeContext::id | ( | ) | const |
Definition at line 6395 of file context.cpp.
References NestingNodeContext::Private::id(), p, and TemplateVariant::toString().
Referenced by NestingNodeContext::Private::id().
|
inlinevirtual |
Decreases object's referenc count, destroy object if 0
Implements TemplateStructIntf.
Definition at line 521 of file context.h.
References RefCountedContext::release().
|
private |
Definition at line 527 of file context.h.
Referenced by get(), id(), NestingNodeContext(), and ~NestingNodeContext().