|
|
|
|
Location:
cnode.h
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
CDataDelete - Provides a wrapper around an
Defined in CDataDelete:
CDataDelete(), ResetDataPointer(), ~CDataDelete()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CDataNoDelete:
Data(),
SetData(),
iData
inline CDataDelete(HBufC16 *aData);
Constructor.
|
inline virtual void ResetDataPointer(HBufC16 *aData);
Sets the buffer that is wrapped.
The existing value is deleted.
|