Hash functor for nodes hashed in field entryTable. Ignores letter case.
Definition at line 171 of file inifile.hpp.
#include <inifile.hpp>
Inner Type Index: | |
struct | EqualTo |
Equality functor for nodes hashed in field entryTable. More... | |
struct | Hash |
Hash functor for nodes hashed in field entryTable. More... | |
Public Field Index: | |
const String & | EntryName |
The name of the entry. | |
const String & | SectionName |
The name of the section. | |
Public Method Index: | |
EntryKey (const String §ionName, const String &entryName) | |
const String& EntryName |
The name of the entry.
Definition at line 174 of file inifile.hpp.
const String& SectionName |
The name of the section.
Definition at line 173 of file inifile.hpp.
Constructor.
sectionName | The section's name of an entry. |
entryName | The name of an entry. |
Definition at line 179 of file inifile.hpp.