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

#include <DataChunk.h>

Inherits MemoryPoolObject.

Public Attributes

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

Detailed Description

Definition at line 74 of file DataChunk.h.

Member Data Documentation

◆ chunkStart

Int InputChunk::chunkStart

Definition at line 81 of file DataChunk.h.

◆ dataLeft

Int InputChunk::dataLeft

Definition at line 83 of file DataChunk.h.

◆ dataSize

Int InputChunk::dataSize

Definition at line 82 of file DataChunk.h.

◆ id

UnsignedInt InputChunk::id

Definition at line 79 of file DataChunk.h.

◆ next

InputChunk* InputChunk::next

Definition at line 78 of file DataChunk.h.

◆ version

DataChunkVersionType InputChunk::version

Definition at line 80 of file DataChunk.h.


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