#include <mw/cnode.h>
| class CDataDelete : public CDataNoDelete |
| Public Member Functions | |
|---|---|
| CDataDelete(HBufC16 *) | |
| virtual | ~CDataDelete() |
| virtual void | ResetDataPointer(HBufC16 *) |
| Inherited Attributes | |
|---|---|
| CDataNoDelete::iData | |
Provides a wrapper around an HBufC16: the buffer is deleted when the object is deleted.
| void | ResetDataPointer | ( | HBufC16 * | aData | ) | [inline, virtual] |
Reimplemented from CDataNoDelete::ResetDataPointer(HBufC16 *)
Sets the buffer that is wrapped.
The existing value is deleted.
| Parameters | |
|---|---|
| aData | Buffer to wrap |