Class used as the databuffer for loading files throughout the library.
More...
List of all members.
Detailed Description
Class used as the databuffer for loading files throughout the library.
Member Function Documentation
uint8* CEGUI::RawDataContainer::getDataPtr |
( |
void |
) |
[inline] |
Return a pointer to the external data.
- Returns:
- Pointer to an the uint8 data buffer.
size_t CEGUI::RawDataContainer::getSize |
( |
void |
) |
const [inline] |
Get the size of the external data.
- Returns:
- size_t containing the size of the external data
void CEGUI::RawDataContainer::setData |
( |
uint8 * |
data ) |
[inline] |
Set a pointer to the external data.
- Parameters:
-
data | Pointer to the uint8 data buffer. |
void CEGUI::RawDataContainer::setSize |
( |
size_t |
size ) |
[inline] |
Set the size of the external data.
- Parameters:
-
size | size_t containing the size of the external data |