![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
template <class T>
void CleanupDeletePushL(T* aPtr);
e32base.h
Use this templated function to construct and push a TCleanupItem object onto the cleanup stack.
The TCleanupItem encapsulates:
The cleanup operation is the private static function Delete() of the templated class CleanupDelete<class T> and is invoked as a result of a subsequent call to CleanupStack::PopAndDestroy().
T* aPtr |
A pointer to a <class T> type object. |
See Cleanup Support, TRAP and Leave for more information.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |