ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
inifile.inl File Reference

Description:

This header-file is part of module ALib Variables of the ALib C++ Library.

© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file inifile.inl.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alib::variables::IniFile::Entry
 An entry in a Section. More...
 
struct  alib::variables::IniFile::EntryKey
 Hash functor for nodes hashed in field entryTable. Ignores letter case. More...
 
struct  alib::variables::IniFile::EntryKey::EqualTo
 Equality functor for nodes hashed in field entryTable. More...
 
struct  alib::variables::IniFile::EntryKey::Hash
 Hash functor for nodes hashed in field entryTable. More...
 
class  alib::variables::IniFile
 
struct  alib::variables::IniFile::Section
 A section of the INI-file. More...
 

Namespaces

namespace  alib
 
namespace  alib::variables
 

Enumerations

enum class  alib::variables::Exceptions { alib::variables::ErrorOpeningFile = 1 , alib::variables::ErrorWritingFile = 2 }