|
|
|
class CleanupArrayDelete;
A utility class used by the templated function CleanupArrayDeletePushL(T *) to create a TCleanupItem item that will perform a delete type operation on an array of class T type objects.
Defined in CleanupArrayDelete:
PushL(T *)Creates a TCleanupItem for the specified array.static inline void PushL(T *aPtr);
Creates a TCleanupItem for the specified array.
The cleanup operation is the private static function CleanupArrayDelete::ArrayDelete(TAny *) of this class, which deletes the specified array.
|