#include <Object.h>
Public Member Functions | |
| ObjectArray (Object **=0, unsigned int count=0) | |
| ObjectArray (bool auto_garb, Object **=0, unsigned int count=0) | |
| ObjectArray (const Collection *, bool auto_garb=False) | |
| ObjectArray (const ObjectArray &) | |
| ObjectArray (const ObjectList &) | |
| ObjectArray & | operator= (const ObjectArray &) |
| void | set (Object **, unsigned int count) |
| Status | setObjectAt (unsigned int ind, Object *o) |
| unsigned int | getCount () const |
| Object * | operator[] (unsigned int ind) |
| const Object * | operator[] (unsigned int ind) const |
| void | setAutoGarbage (bool _auto_garb) |
| bool | isAutoGarbage () const |
| void | setMustRelease (bool must_release) |
| ObjectList * | toList () const |
| void | makeObjectPtrVector (ObjectPtrVector &) |
| void | garbage () |
| ~ObjectArray () | |
Definition at line 1125 of file Object.h.
1.5.3