#include <DataChunk.h>
Inherits MemoryPoolObject.
Public Attributes | |
| OutputChunk * | next |
| UnsignedInt | id |
| Int | filepos |
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 61 of file DataChunk.h.
| Int OutputChunk::filepos |
Definition at line 67 of file DataChunk.h.
| UnsignedInt OutputChunk::id |
Definition at line 66 of file DataChunk.h.
| OutputChunk* OutputChunk::next |
Definition at line 65 of file DataChunk.h.