Public Member Functions | |
PG_DataContainer (Uint32 size) | |
Constructor. | |
virtual | ~PG_DataContainer () |
Destructor. | |
Uint32 | size () |
return the number of bytes allocated by the container | |
char * | data () |
access to the internal data |
|
Constructor.
|
|
Destructor. Deletes the object and frees to allocated memory. |
|
access to the internal data
|
|
return the number of bytes allocated by the container
|