#include <a2dlist.h>


Public Member Functions | |
| itSmart | Find (T *object) |
| Find a specific object. | |
| const_itSmart | Find (T *object) const |
| Find a specific object. | |
| int | IndexOf (T *object) const |
| Find the index of a specific object. | |
| bool | ReleaseObject (T *object) |
| release a certain object from the list | |
| void | DeleteObjects () |
Only to store pointers to objects, no deletion on those objects.
Definition at line 222 of file a2dlist.h.
| void a2dPtrList< T >::DeleteObjects | ( | ) | [inline] |
release and delete object in list. Assuming the object are owned by the list.
Definition at line 74 of file a2dlist.inl.