class RMPointerArray : public RPointerArray |
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.
Public Member Functions | |
---|---|
RMPointerArray() | |
void | Close() |
void | Close | ( | ) | [inline] |
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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.