|
||
class CDataDelete : public CDataNoDelete;
Provides a wrapper around an HBufC16
: the buffer is deleted when the object is deleted.
CBase
-
Base class for all classes to be instantiated on the heap.
CDataNoDelete
- Provides a wrapper around an HBufC16: the buffer is not deleted when the object ...
CDataDelete
- Provides a wrapper around an HBufC16: the buffer is deleted when the object is d...
Defined in CDataDelete
:
CDataDelete(HBufC16 *)
Constructor.ResetDataPointer(HBufC16 *)
Sets the buffer that is wrapped.~CDataDelete()
Destructor.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Inherited from CDataNoDelete
:
CDataNoDelete(HBufC16 *)
Constructor.Data()
Gets the wrapped buffer.SetData(HBufC16 *)
Changes the buffer that is wrapped.iData
The wrapped buffer. inline CDataDelete(HBufC16 *aData);
Constructor.
|
inline virtual void ResetDataPointer(HBufC16 *aData);
Sets the buffer that is wrapped.
The existing value is deleted.
|