ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::variables::IniFile::EntryKey Struct Reference

Description:

Hash functor for nodes hashed in field entryTable. Ignores letter case.

Definition at line 164 of file inifile.inl.

Collaboration diagram for alib::variables::IniFile::EntryKey:
[legend]

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 StringEntryName
 The name of the entry.
 
const StringSectionName
 The name of the section.
 

Public Method Index:

 EntryKey (const String &sectionName, const String &entryName)
 

Field Details:

◆ EntryName

const String& alib::variables::IniFile::EntryKey::EntryName

The name of the entry.

Definition at line 167 of file inifile.inl.

◆ SectionName

const String& alib::variables::IniFile::EntryKey::SectionName

The name of the section.

Definition at line 166 of file inifile.inl.

Constructor(s) / Destructor Details:

◆ EntryKey()

alib::variables::IniFile::EntryKey::EntryKey ( const String & sectionName,
const String & entryName )
inline

Constructor.

Parameters
sectionNameThe section's name of an entry.
entryNameThe name of an entry.

Definition at line 172 of file inifile.inl.


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