#include <DataChunk.h>
Inherits MemoryPoolObject.
Public Attributes | |
| Mapping * | next |
| AsciiString | name |
| UnsignedInt | id |
Additional Inherited Members | |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
Definition at line 48 of file DataChunk.h.
| UnsignedInt Mapping::id |
Definition at line 54 of file DataChunk.h.
| AsciiString Mapping::name |
Definition at line 53 of file DataChunk.h.
| Mapping* Mapping::next |
Definition at line 52 of file DataChunk.h.