|
||
class CleanupClose;
A utility class used by the templated function CleanupClosePushL(T &)
to create a TCleanupItem
item that will perform a close type operation on the class T type object.
Defined in CleanupClose
:
PushL(T &)
Creates a TCleanupItem for the specified object.static inline void PushL(T &aRef);
Creates a TCleanupItem
for the specified object.
The cleanup operation is the private static function CleanupClose::Close(TAny *)
of this class.
|