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