![]() |
Public API Reference |
#include <collectn.h>
Inheritance diagram for iCollectionList:
Public Methods | |
virtual iCollection * | NewCollection (const char *name)=0 |
Create a new collection. More... | |
virtual int | GetCount () const=0 |
Return the number of collections in this list. More... | |
virtual iCollection * | Get (int n) const=0 |
Return a collection by index. More... | |
virtual int | Add (iCollection *obj)=0 |
Add a collection. More... | |
virtual bool | Remove (iCollection *obj)=0 |
Remove a collection. More... | |
virtual bool | Remove (int n)=0 |
Remove the nth collection. More... | |
virtual void | RemoveAll ()=0 |
Remove all collections. More... | |
virtual int | Find (iCollection *obj) const=0 |
Find a collection and return its index. More... | |
virtual iCollection * | FindByName (const char *Name) const=0 |
Find a collection by name. More... |
Definition at line 59 of file collectn.h.
|
Add a collection.
Implemented in csCollectionList::CollectionList. |
|
Find a collection and return its index.
Implemented in csCollectionList::CollectionList. |
|
Find a collection by name.
Implemented in csCollectionList::CollectionList. |
|
Return a collection by index.
Implemented in csCollectionList::CollectionList. |
|
Return the number of collections in this list.
Implemented in csCollectionList::CollectionList. |
|
Create a new collection.
Implemented in csCollectionList::CollectionList. |
|
Remove the nth collection.
Implemented in csCollectionList::CollectionList. |
|
Remove a collection.
Implemented in csCollectionList::CollectionList. |
|
Remove all collections.
Implemented in csCollectionList::CollectionList. |