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