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

Description:

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

Definition at line 171 of file inifile.hpp.

#include <inifile.hpp>

Collaboration diagram for 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& EntryName

The name of the entry.

Definition at line 174 of file inifile.hpp.

◆ SectionName

const String& SectionName

The name of the section.

Definition at line 173 of file inifile.hpp.

Constructor(s) / Destructor Details:

◆ 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 179 of file inifile.hpp.


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