Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
ClassInheritanceNodeContext Class Reference

#include <context.h>

Inheritance diagram for ClassInheritanceNodeContext:
RefCountedContext TemplateStructIntf

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 ClassInheritanceNodeContextalloc (ClassDef *cd)
 

Private Member Functions

 ClassInheritanceNodeContext (ClassDef *)
 
 ~ClassInheritanceNodeContext ()
 

Private Attributes

Privatep
 

Detailed Description

Definition at line 447 of file context.h.

Constructor & Destructor Documentation

ClassInheritanceNodeContext::ClassInheritanceNodeContext ( ClassDef )
private
ClassInheritanceNodeContext::~ClassInheritanceNodeContext ( )
private

Member Function Documentation

void ClassInheritanceNodeContext::addChildren ( const BaseClassList bcl,
bool  hideSuper 
)
virtual int ClassInheritanceNodeContext::addRef ( )
inlinevirtual

Increase object's reference count

Implements TemplateStructIntf.

Definition at line 455 of file context.h.

455 { return RefCountedContext::addRef(); }
static ClassInheritanceNodeContext* ClassInheritanceNodeContext::alloc ( ClassDef cd)
inlinestatic

Definition at line 450 of file context.h.

451  { return new ClassInheritanceNodeContext(cd); }
ClassInheritanceNodeContext(ClassDef *)
virtual TemplateVariant ClassInheritanceNodeContext::get ( const char *  name) const
virtual

Gets the value for a field name.

Parameters
[in]nameThe name of the field.

Implements TemplateStructIntf.

virtual int ClassInheritanceNodeContext::release ( )
inlinevirtual

Decreases object's referenc count, destroy object if 0

Implements TemplateStructIntf.

Definition at line 456 of file context.h.

456 { return RefCountedContext::release(); }

Member Data Documentation

Private* ClassInheritanceNodeContext::p
private

Definition at line 463 of file context.h.


The documentation for this class was generated from the following file: