#include <context.h>
Classes | |
class | Private |
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 ArgumentListContext * | alloc () |
static ArgumentListContext * | alloc (const ArgumentList *al, Definition *def, const QCString &relPath) |
Private Member Functions | |
ArgumentListContext () | |
ArgumentListContext (const ArgumentList *al, Definition *def, const QCString &relPath) | |
~ArgumentListContext () | |
Private Attributes | |
Private * | p |
|
private |
Definition at line 9361 of file context.cpp.
|
private |
Definition at line 9366 of file context.cpp.
|
private |
Definition at line 9381 of file context.cpp.
|
inlinevirtual |
Increase object's reference count
Implements TemplateListIntf.
Definition at line 1169 of file context.h.
|
inlinestatic |
|
inlinestatic |
|
virtual |
Returns the element at index position index.
Implements TemplateListIntf.
Definition at line 9392 of file context.cpp.
|
virtual |
Returns the number of elements in the list
Implements TemplateListIntf.
Definition at line 9387 of file context.cpp.
|
virtual |
Creates a new iterator for this list.
Implements TemplateListIntf.
Definition at line 9397 of file context.cpp.
|
inlinevirtual |
Decreases object's referenc count, destroy object if 0
Implements TemplateListIntf.
Definition at line 1170 of file context.h.