#include <DataChunk.h>
Inherits MemoryPoolObject.
Public Attributes | |
| UserParser * | next |
| DataChunkParserPtr | parser |
| AsciiString | label |
| AsciiString | parentLabel |
| void * | userData |
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 158 of file DataChunk.h.
| AsciiString UserParser::label |
Definition at line 165 of file DataChunk.h.
| UserParser* UserParser::next |
Definition at line 162 of file DataChunk.h.
| AsciiString UserParser::parentLabel |
Definition at line 166 of file DataChunk.h.
| DataChunkParserPtr UserParser::parser |
Definition at line 164 of file DataChunk.h.
| void* UserParser::userData |
Definition at line 167 of file DataChunk.h.