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