![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section Contents
Not applicable
e32base.h
The class supports and implements the operation of the templated function CleanupDeletePushL(). It contains static functions and is not intended to be instantiated.
static void PushL(T* aPtr);
The function is called by the templated function CleanupDeletePushL().
It constructs a TCleanupItem for the <class T> type object at aPtr specifying the cleanup operation which is the Delete() static private member function of this class.
T* aPtr |
A pointer to a <class T> type object. |
private: static void Delete(TAny *aPtr);
The cleanup operation; deletes the object at aPtr.
The function is invoked when clean up is requested for the associated cleanup item.
TAny* aPtr |
A pointer to the object to be deleted |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |