Hash functor for nodes hashed in field entryTable. Ignores letter case.
Definition at line 164 of file inifile.inl.
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& alib::variables::IniFile::EntryKey::EntryName |
The name of the entry.
Definition at line 167 of file inifile.inl.
const String& alib::variables::IniFile::EntryKey::SectionName |
The name of the section.
Definition at line 166 of file inifile.inl.
|
inline |
Constructor.
sectionName | The section's name of an entry. |
entryName | The name of an entry. |
Definition at line 172 of file inifile.inl.