Inheritance diagram for Memory:
Public Member Functions | |
Memory () | |
~Memory () | |
void | Free () |
void * | Alloc (int size) |
void * | ReAlloc (int size) |
operator void * () | |
operator char * () | |
operator uint8 * () | |
operator uint16 * () | |
operator uint32 * () | |
operator int * () | |
uint8 & | operator[] (int pos) |
Public Attributes | |
void * | memory |
Definition at line 3 of file memory.hpp.