#include <e32base.h>
| class CleanupRelease | 
| Public Member Functions | |
|---|---|
| void | PushL(T &) | 
A utility class used by the templated function CleanupReleasePushL() to create a TCleanupItem item that will perform a release type operation on the class T type object.
See also: CleanupReleasePushL()
| void | PushL | ( | T & | aRef | ) | [static, inline] | 
Creates a TCleanupItem for the specified object.
The cleanup operation is the private static function Release() of this class.
| Parameters | |
|---|---|
| aRef | The object for which a TCleanupItem is to be constructed. |