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

#include <DataChunk.h>

Public Member Functions

 DataChunkTableOfContents (void)
 
 ~DataChunkTableOfContents ()
 
UnsignedInt getID (const AsciiString &name)
 
AsciiString getName (UnsignedInt id)
 
UnsignedInt allocateID (const AsciiString &name)
 
Bool isOpenedForRead (void)
 
void write (OutputStream &out)
 
void read (ChunkInputStream &in)
 

Detailed Description

Definition at line 90 of file DataChunk.h.

Constructor & Destructor Documentation

◆ DataChunkTableOfContents()

DataChunkTableOfContents::DataChunkTableOfContents ( void )

Definition at line 424 of file DataChunk.cpp.

◆ ~DataChunkTableOfContents()

DataChunkTableOfContents::~DataChunkTableOfContents ( )

Definition at line 432 of file DataChunk.cpp.

Member Function Documentation

◆ allocateID()

UnsignedInt DataChunkTableOfContents::allocateID ( const AsciiString & name)

Definition at line 482 of file DataChunk.cpp.

◆ getID()

UnsignedInt DataChunkTableOfContents::getID ( const AsciiString & name)

Definition at line 457 of file DataChunk.cpp.

◆ getName()

AsciiString DataChunkTableOfContents::getName ( UnsignedInt id)

Definition at line 469 of file DataChunk.cpp.

◆ isOpenedForRead()

Bool DataChunkTableOfContents::isOpenedForRead ( void )
inline

Definition at line 107 of file DataChunk.h.

◆ read()

void DataChunkTableOfContents::read ( ChunkInputStream & in)

Definition at line 531 of file DataChunk.cpp.

◆ write()

void DataChunkTableOfContents::write ( OutputStream & out)

Definition at line 507 of file DataChunk.cpp.


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