|
ISLEman
|
standard template list implementation More...
Public Member Functions | |
| int | count () const |
| Returns the number of elements in the list. | |
| TemplateVariant | at (int index) const |
| Returns the element at index position index. More... | |
| TemplateListIntf::ConstIterator * | createIterator () const |
| Creates a new iterator for this list. More... | |
| void | append (const TemplateVariant &ctn) |
| bool | isEmpty () const |
| int | addRef () |
| Increase object's reference count. | |
| int | release () |
| Decreases object's referenc count, destroy object if 0. | |
Public Member Functions inherited from TemplateListIntf | |
| virtual | ~TemplateListIntf () |
| Destroys the list. | |
Static Public Member Functions | |
| static GenericNodeListContext * | alloc () |
standard template list implementation
|
inlinevirtual |
Returns the element at index position index.
Implements TemplateListIntf.
|
inlinevirtual |
Creates a new iterator for this list.
Implements TemplateListIntf.
1.8.12