CleanupArrayDelete Class Reference
| Public Member Functions |
|---|
| void | PushL(T *) |
Member Functions Documentation
ArrayDelete(TAny *)
| void | ArrayDelete | ( | TAny * | aPtr | ) | [private, static] |
The cleanup operation to be performed.
Parameters
| TAny * aPtr | A pointer to the array for which clean up is to be performed. The implementation deletes this array. |
PushL(T *)
| void | PushL | ( | T * | aPtr | ) | [static, inline] |
Creates a TCleanupItem for the specified array.
The cleanup operation is the private static function ArrayDelete() of this class, which deletes the specified array.
Parameters
| T * aPtr | The array of class T type objects for which a TCleanupItem is to be constructed. |
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.