![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
template <class T>
void CleanupClosePushL(T& aRef);
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 Close() of the templated class CleanupClose<class T> and is invoked as a result of a subsequent call to CleanupStack::PopAndDestroy().
T& aRef |
A reference to a <class T> type object. |
See Cleanup Support, TRAP and Leave for more information.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |