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

#include <chunkio.h>

Public Member Functions

 MicroChunkHeader ()
 
 MicroChunkHeader (uint8 type, uint8 size)
 
void Set_Type (uint8 type)
 
uint8 Get_Type (void)
 
void Set_Size (uint8 size)
 
void Add_Size (uint8 add)
 
uint8 Get_Size (void)
 
 MicroChunkHeader ()
 
 MicroChunkHeader (uint8 type, uint8 size)
 
void Set_Type (uint8 type)
 
uint8 Get_Type (void)
 
void Set_Size (uint8 size)
 
void Add_Size (uint8 add)
 
uint8 Get_Size (void)
 

Public Attributes

uint8 ChunkType
 
uint8 ChunkSize
 

Detailed Description

Definition at line 113 of file chunkio.h.

Constructor & Destructor Documentation

◆ MicroChunkHeader() [1/4]

MicroChunkHeader::MicroChunkHeader ( )
inline

Definition at line 115 of file chunkio.h.

◆ MicroChunkHeader() [2/4]

MicroChunkHeader::MicroChunkHeader ( uint8 type,
uint8 size )
inline

Definition at line 116 of file chunkio.h.

◆ MicroChunkHeader() [3/4]

MicroChunkHeader::MicroChunkHeader ( )
inline

Definition at line 115 of file chunkio.h.

◆ MicroChunkHeader() [4/4]

MicroChunkHeader::MicroChunkHeader ( uint8 type,
uint8 size )
inline

Definition at line 116 of file chunkio.h.

Member Function Documentation

◆ Add_Size() [1/2]

void MicroChunkHeader::Add_Size ( uint8 add)
inline

Definition at line 121 of file chunkio.h.

◆ Add_Size() [2/2]

void MicroChunkHeader::Add_Size ( uint8 add)
inline

Definition at line 121 of file chunkio.h.

◆ Get_Size() [1/2]

uint8 MicroChunkHeader::Get_Size ( void )
inline

Definition at line 122 of file chunkio.h.

◆ Get_Size() [2/2]

uint8 MicroChunkHeader::Get_Size ( void )
inline

Definition at line 122 of file chunkio.h.

◆ Get_Type() [1/2]

uint8 MicroChunkHeader::Get_Type ( void )
inline

Definition at line 119 of file chunkio.h.

◆ Get_Type() [2/2]

uint8 MicroChunkHeader::Get_Type ( void )
inline

Definition at line 119 of file chunkio.h.

◆ Set_Size() [1/2]

void MicroChunkHeader::Set_Size ( uint8 size)
inline

Definition at line 120 of file chunkio.h.

◆ Set_Size() [2/2]

void MicroChunkHeader::Set_Size ( uint8 size)
inline

Definition at line 120 of file chunkio.h.

◆ Set_Type() [1/2]

void MicroChunkHeader::Set_Type ( uint8 type)
inline

Definition at line 118 of file chunkio.h.

◆ Set_Type() [2/2]

void MicroChunkHeader::Set_Type ( uint8 type)
inline

Definition at line 118 of file chunkio.h.

Member Data Documentation

◆ ChunkSize

uint8 MicroChunkHeader::ChunkSize

Definition at line 125 of file chunkio.h.

◆ ChunkType

uint8 MicroChunkHeader::ChunkType

Definition at line 124 of file chunkio.h.


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