standard template list implementation More...
Public Member Functions | |
GenericNodeListContext () | |
int | count () const |
TemplateVariant | at (int index) const |
TemplateListIntf::ConstIterator * | createIterator () const |
void | append (const TemplateVariant &ctn) |
bool | isEmpty () const |
int | addRef () |
int | release () |
Public Member Functions inherited from TemplateListIntf | |
virtual | ~TemplateListIntf () |
Static Public Member Functions | |
static GenericNodeListContext * | alloc () |
Private Attributes | |
QList< TemplateVariant > | m_children |
int | m_refCount |
standard template list implementation
Definition at line 164 of file context.cpp.
|
inline |
Definition at line 167 of file context.cpp.
|
inlinevirtual |
Increase object's reference count
Implements TemplateListIntf.
Definition at line 203 of file context.cpp.
|
inlinestatic |
Definition at line 171 of file context.cpp.
|
inline |
Definition at line 195 of file context.cpp.
|
inlinevirtual |
Returns the element at index position index.
Implements TemplateListIntf.
Definition at line 181 of file context.cpp.
|
inlinevirtual |
Returns the number of elements in the list
Implements TemplateListIntf.
Definition at line 177 of file context.cpp.
|
inlinevirtual |
Creates a new iterator for this list.
Implements TemplateListIntf.
Definition at line 190 of file context.cpp.
|
inline |
Definition at line 199 of file context.cpp.
|
inlinevirtual |
Decreases object's referenc count, destroy object if 0
Implements TemplateListIntf.
Definition at line 207 of file context.cpp.
|
mutableprivate |
Definition at line 217 of file context.cpp.
|
private |
Definition at line 218 of file context.cpp.