| class RXIMPObjOwningPtrArray : public RPointerArray |
Templated array of pointers.
Templated array of pointers, array owns the pointed objects and overwrites the normal RPointerArray::Close() behaviour to destroy objects, before reseting the array contents.
Array is used with XIMP Framework interface objects.
| Public Member Functions | |
|---|---|
| RXIMPObjOwningPtrArray() | |
| ~RXIMPObjOwningPtrArray() | |
| void | Close() |
| void | Close | ( | ) | [inline] |
Overwritten Close().
Calls ResetAndDestroy() to delete holded objects before reseting array contents. Thus array can be pushed on the cleanup stack with CleanupClosePushL().
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.