|
||
class CleanupRelease;
A utility class used by the templated function CleanupReleasePushL(T &)
to create a TCleanupItem
item that will perform a release type operation on the class T type object.
Defined in CleanupRelease
:
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 CleanupRelease::Release(TAny *)
of this class.
|