Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32base.h

Class CleanupDelete

class CleanupDelete;

Description

A utility class used by the templated function CleanupDeletePushL() to create a TCleanupItem item that will perform a delete type operation on the class T type object.

Members

Defined in CleanupDelete:
PushL()

See also:


Member functions


PushL()

static inline void PushL(T *aPtr);

Description

Creates a TCleanupItem for the specified object.

The cleanup operation is the private static function Delete() of this class, which deletes the specified object.

Parameters

T *aPtr

The object for which a TCleanupItem is to be constructed.