#include <cscoll.h>
Inheritance diagram for csCollection:
Public Methods | |
csCollection (csEngine *engine) | |
Create a new csCollection with the given name. | |
iObject* | FindObject (char *name) |
Find an object with the given name inside this collection. | |
int | GetObjectCount () const |
Get the number of objects in this collection. | |
void | AddObject (iObject *obj) |
Add an object to the collection. | |
iObject* | operator[] (int i) |
Public Attributes | |
SCF_DECLARE_IBASE | |
csCollection::Collection | scfiCollection |
Friends | |
class | Collection |
It simply groups objects which are related in some way.