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

#include <inisup.h>

Inherits Node< INISection * >.

Public Member Functions

 INISection (char *section)
 
 ~INISection (void)
 
INIEntryFind_Entry (char const *entry) const
 
int Index_ID (void) const
 
- Public Member Functions inherited from Node< INISection * >
List< INISection * > * Main_List (void) const
 
INISectionNext (void) const
 
INISectionNext_Valid (void) const
 
INISectionPrev (void) const
 
INISectionPrev_Valid (void) const
 
bool Is_Valid (void) const
 
- Public Member Functions inherited from GenericNode
 GenericNode (void)
 
virtual ~GenericNode (void)
 
 GenericNode (GenericNode &node)
 
GenericNodeoperator= (GenericNode &node)
 
void Unlink (void)
 
GenericListMain_List (void) const
 
void Link (GenericNode *node)
 
GenericNodeNext (void) const
 
GenericNodeNext_Valid (void) const
 
GenericNodePrev (void) const
 
GenericNodePrev_Valid (void) const
 
bool Is_Valid (void) const
 

Public Attributes

char * Section
 
List< INIEntry * > EntryList
 
IndexClass< int, INIEntry * > EntryIndex
 

Additional Inherited Members

- Protected Attributes inherited from GenericNode
GenericNodeNextNode
 
GenericNodePrevNode
 

Detailed Description

Definition at line 71 of file inisup.h.

Constructor & Destructor Documentation

◆ INISection()

INISection::INISection ( char * section)
inline

Definition at line 72 of file inisup.h.

◆ ~INISection()

INISection::~INISection ( void )

Definition at line 134 of file ini.cpp.

Member Function Documentation

◆ Find_Entry()

INIEntry * INISection::Find_Entry ( char const * entry) const

Definition at line 2202 of file ini.cpp.

◆ Index_ID()

int INISection::Index_ID ( void ) const
inline

Definition at line 77 of file inisup.h.

Member Data Documentation

◆ EntryIndex

IndexClass<int, INIEntry *> INISection::EntryIndex

Definition at line 81 of file inisup.h.

◆ EntryList

List<INIEntry *> INISection::EntryList

Definition at line 80 of file inisup.h.

◆ Section

char* INISection::Section

Definition at line 79 of file inisup.h.


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