#include <CEGUIDataContainer.h>
Inheritance diagram for CEGUI::RawDataContainer:


Public Member Functions | |
| RawDataContainer () | |
| ~RawDataContainer () | |
| void | release (void) |
| Release supplied data. | |
| void | setData (unsigned char *data) |
| Set a pointer to the external data. | |
| unsigned char * | getDataPtr (void) |
| Return a pointer to the external data. | |
| void | setSize (size_t size) |
| Set the size of the external data. This maybe zero depending on the type of T. | |
| size_t | getSize (void) const |
| Get the size of the external data. This maybe zero depending on the type of T. | |
Protected Attributes | |
| unsigned char * | mData |
| size_t | mSize |
|
|
Definition at line 128 of file CEGUIDataContainer.h. |
|
|
Definition at line 132 of file CEGUIDataContainer.h. |
|
|
Return a pointer to the external data.
Definition at line 83 of file CEGUIDataContainer.h. |
|
|
Get the size of the external data. This maybe zero depending on the type of T.
Definition at line 101 of file CEGUIDataContainer.h. |
|
|
Release supplied data.
Reimplemented from CEGUI::DataContainer< unsigned char >. Definition at line 137 of file CEGUIDataContainer.h. |
|
|
Set a pointer to the external data.
Definition at line 74 of file CEGUIDataContainer.h. |
|
|
Set the size of the external data. This maybe zero depending on the type of T.
Definition at line 92 of file CEGUIDataContainer.h. |
|
|
Definition at line 120 of file CEGUIDataContainer.h. |
|
|
Definition at line 121 of file CEGUIDataContainer.h. |
1.3.9.1