#include <ct/rmpointerarray.h>
class RMPointerArray : public RPointerArray |
Public Member Functions | |
---|---|
RMPointerArray() | |
void | Close() |
An array of pointers to objects, that adds close type behaviour.
For use with M class pointers, which have a release method and are owned by the array. When the array is closed, the objects will be released.
See also: RMPointerArray
void | Close | ( | ) | [inline] |
Reimplemented from RPointerArray::Close()
Frees all resources, calling Release() on the contents of the array
Closes the array and frees all resources; this includes deleting the objects whose pointers are held by the array.