#include <inisup.h>
Inherits Node< INIEntry * >.
Public Member Functions | |
| INIEntry (char *entry=NULL, char *value=NULL) | |
| ~INIEntry (void) | |
| int | Index_ID (void) const |
Public Member Functions inherited from Node< INIEntry * > | |
| List< INIEntry * > * | Main_List (void) const |
| INIEntry * | Next (void) const |
| INIEntry * | Next_Valid (void) const |
| INIEntry * | Prev (void) const |
| INIEntry * | 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 * | Entry |
| char * | Value |
Additional Inherited Members | |
Protected Attributes inherited from GenericNode | |
| GenericNode * | NextNode |
| GenericNode * | PrevNode |