#include <csobjvec.h>
Inheritance diagram for csObjVector:
Public Methods | |
csObjVector (int ilimit=8, int ithreshold=16) | |
Constructor just passes control to csVector's. | |
virtual | ~csObjVector () |
Delete all inserted objects before deleting the object itself. | |
virtual bool | FreeItem (csSome Item) |
Free a item as a object derived from csBase. |
FreeItem () decref the object .