#include <DataChunk.h>
Inherits MemoryPoolObject.
Public Attributes | |
| InputChunk * | next |
| UnsignedInt | id |
| DataChunkVersionType | version |
| Int | chunkStart |
| Int | dataSize |
| Int | dataLeft |
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 74 of file DataChunk.h.
| Int InputChunk::chunkStart |
Definition at line 81 of file DataChunk.h.
| Int InputChunk::dataLeft |
Definition at line 83 of file DataChunk.h.
| Int InputChunk::dataSize |
Definition at line 82 of file DataChunk.h.
| UnsignedInt InputChunk::id |
Definition at line 79 of file DataChunk.h.
| InputChunk* InputChunk::next |
Definition at line 78 of file DataChunk.h.
| DataChunkVersionType InputChunk::version |
Definition at line 80 of file DataChunk.h.