class RCPointerArray : public RPointerArray |
An array of pointers to objects, that adds close type behaviour.
For use with C class pointers that are owned by the array. RCPointerArray
v7.0
Public Member Functions | |
---|---|
RCPointerArray() | |
void | Close() |
void | Close | ( | ) | [inline] |
Closes the array and frees all resources (including deleting objects in the array).
Closes the array and frees all resources; this includes deleting the objects whose pointers are held by the array (i.e. it's the same as ResetAndDestroy()).