#include <ct/rcpointerarray.h>
class RCPointerArray : public RPointerArray |
Public Member Functions | |
---|---|
RCPointerArray() | |
void | Close() |
An array of pointers to objects, that adds close type behaviour.
For use with C class pointers that are owned by the array.
See also: RCPointerArray
void | Close | ( | ) | [inline] |
Reimplemented from RPointerArray::Close()
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()).