#include <inisup.h>
Inherits Node< INISection * >.
Public Member Functions | |
| INISection (char *section) | |
| ~INISection (void) | |
| INIEntry * | Find_Entry (char const *entry) const |
| int | Index_ID (void) const |
Public Member Functions inherited from Node< INISection * > | |
| List< INISection * > * | Main_List (void) const |
| INISection * | Next (void) const |
| INISection * | Next_Valid (void) const |
| INISection * | Prev (void) const |
| INISection * | Prev_Valid (void) const |
| bool | Is_Valid (void) const |
Public Member Functions inherited from GenericNode | |
| GenericNode (void) | |
| virtual | ~GenericNode (void) |
| GenericNode (GenericNode &node) | |
| GenericNode & | operator= (GenericNode &node) |
| void | Unlink (void) |
| GenericList * | Main_List (void) const |
| void | Link (GenericNode *node) |
| GenericNode * | Next (void) const |
| GenericNode * | Next_Valid (void) const |
| GenericNode * | Prev (void) const |
| GenericNode * | Prev_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 | |
| GenericNode * | NextNode |
| GenericNode * | PrevNode |
| INIEntry * INISection::Find_Entry | ( | char const * | entry | ) | const |
| IndexClass<int, INIEntry *> INISection::EntryIndex |