#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 SymbolContext * | alloc (const Definition *def, const Definition *prev, const Definition *next) |
Private Member Functions | |
SymbolContext (const Definition *def, const Definition *prev, const Definition *next) | |
~SymbolContext () | |
Private Attributes | |
Private * | p |
|
private |
Definition at line 9533 of file context.cpp.
|
private |
Definition at line 9539 of file context.cpp.
|
inlinevirtual |
Increase object's reference count
Implements TemplateStructIntf.
Definition at line 1190 of file context.h.
|
inlinestatic |
Definition at line 1185 of file context.h.
|
virtual |
Gets the value for a field name.
[in] | name | The name of the field. |
Implements TemplateStructIntf.
Definition at line 9544 of file context.cpp.
|
inlinevirtual |
Decreases object's referenc count, destroy object if 0
Implements TemplateStructIntf.
Definition at line 1191 of file context.h.