|
My Project
|
#include <context.h>
Public Member Functions | |
| virtual int | count () const |
| virtual TemplateVariant | at (int index) const |
| virtual TemplateListIntf::ConstIterator * | createIterator () 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 TemplateListIntf | |
| virtual | ~TemplateListIntf () |
Static Public Member Functions | |
| static ClassInheritanceContext * | alloc () |
Private Member Functions | |
| ClassInheritanceContext () | |
| ~ClassInheritanceContext () | |
Private Attributes | |
| Private * | p |
|
private |
Referenced by alloc().
|
private |
|
inlinevirtual |
Increase object's reference count
Implements TemplateListIntf.
Definition at line 478 of file context.h.
References RefCountedContext::addRef().
|
inlinestatic |
|
virtual |
Returns the element at index position index.
Implements TemplateListIntf.
|
virtual |
Returns the number of elements in the list
Implements TemplateListIntf.
|
virtual |
Creates a new iterator for this list.
Implements TemplateListIntf.
|
inlinevirtual |
Decreases object's referenc count, destroy object if 0
Implements TemplateListIntf.
Definition at line 479 of file context.h.
References RefCountedContext::release().