Crazy Eddies GUI System  0.6.2
Public Member Functions | List of all members
CEGUI::RawDataContainer Class Reference

Class used as the databuffer for loading files throughout the library. More...

Public Member Functions

 RawDataContainer ()
 Constructor for RawDataContainer class.
 
 ~RawDataContainer (void)
 Destructor for RawDataContainer class.
 
void setData (uint8 *data)
 Set a pointer to the external data. More...
 
uint8 * getDataPtr (void)
 Return a pointer to the external data. More...
 
const uint8 * getDataPtr (void) const
 
void setSize (size_t size)
 Set the size of the external data. More...
 
size_t getSize (void) const
 Get the size of the external data. More...
 
void release (void)
 Release supplied data.
 

Detailed Description

Class used as the databuffer for loading files throughout the library.

Member Function Documentation

uint8* CEGUI::RawDataContainer::getDataPtr ( void  )
inline
size_t CEGUI::RawDataContainer::getSize ( void  ) const
inline
void CEGUI::RawDataContainer::setData ( uint8 *  data)
inline
void CEGUI::RawDataContainer::setSize ( size_t  size)
inline