Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
UserParser Class Reference

#include <DataChunk.h>

Inherits MemoryPoolObject.

Public Attributes

UserParsernext
 
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 MemoryPoolgetObjectMemoryPool ()=0
 

Detailed Description

Definition at line 158 of file DataChunk.h.

Member Data Documentation

◆ label

AsciiString UserParser::label

Definition at line 165 of file DataChunk.h.

◆ next

UserParser* UserParser::next

Definition at line 162 of file DataChunk.h.

◆ parentLabel

AsciiString UserParser::parentLabel

Definition at line 166 of file DataChunk.h.

◆ parser

DataChunkParserPtr UserParser::parser

Definition at line 164 of file DataChunk.h.

◆ userData

void* UserParser::userData

Definition at line 167 of file DataChunk.h.


The documentation for this class was generated from the following file: