My Project
|
#include <context.h>
Classes | |
class | Private |
Public Member Functions | |
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 NamespaceContext * | alloc (NamespaceDef *nd) |
Private Member Functions | |
NamespaceContext (NamespaceDef *) | |
~NamespaceContext () | |
Private Attributes | |
Private * | p |
|
private |
Definition at line 2916 of file context.cpp.
Referenced by alloc().
|
private |
|
inlinevirtual |
Increase object's reference count
Implements TemplateStructIntf.
Definition at line 279 of file context.h.
References RefCountedContext::addRef().
|
inlinestatic |
Definition at line 275 of file context.h.
References NamespaceContext().
Referenced by NamespaceListContext::Private::addNamespaces(), NamespaceContext::Private::constantgroups(), FileContext::Private::constantgroups(), ModuleContext::Private::constantgroups(), MemberContext::Private::getNamespace(), NestingNodeContext::Private::getNamespace(), NamespaceContext::Private::namespaces(), FileContext::Private::namespaces(), and ModuleContext::Private::namespaces().
|
virtual |
Gets the value for a field name.
[in] | name | The name of the field. |
Implements TemplateStructIntf.
Definition at line 2926 of file context.cpp.
References NamespaceContext::Private::get(), and p.
|
inlinevirtual |
Decreases object's referenc count, destroy object if 0
Implements TemplateStructIntf.
Definition at line 280 of file context.h.
References RefCountedContext::release().
|
private |
Definition at line 285 of file context.h.
Referenced by get(), NamespaceContext(), and ~NamespaceContext().