#include <context.h>
Public Member Functions | |
virtual TemplateVariant | get (const char *name) const |
virtual int | addRef () |
virtual int | release () |
void | addChildren (const BaseClassList *bcl, bool hideSuper) |
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 ClassInheritanceNodeContext * | alloc (ClassDef *cd) |
Private Member Functions | |
ClassInheritanceNodeContext (ClassDef *) | |
~ClassInheritanceNodeContext () | |
Private Attributes | |
Private * | p |
|
private |
|
private |
void ClassInheritanceNodeContext::addChildren | ( | const BaseClassList * | bcl, |
bool | hideSuper | ||
) |
|
inlinevirtual |
Increase object's reference count
Implements TemplateStructIntf.
Definition at line 455 of file context.h.
|
inlinestatic |
|
virtual |
Gets the value for a field name.
[in] | name | The name of the field. |
Implements TemplateStructIntf.
|
inlinevirtual |
Decreases object's referenc count, destroy object if 0
Implements TemplateStructIntf.
Definition at line 456 of file context.h.