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

Description:

A section of the INI-file.

Definition at line 144 of file inifile.inl.

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

Public Field Index:

String Comments = NULL_STRING
 The comment lines of the section.
 
List< MonoAllocator, Entry, Recycling::None > Entries
 The list of variables of the section.
 
String Name = NULL_STRING
 The name of the section.
 
bool WriteBack = false
 If given, a write back indicator was found for this entry.
 

Protected Method Index:

 Section (MonoAllocator &monoAllocator)
 

Friends And Related Entity Details:

◆ containers::List< MonoAllocator, Section >

friend class containers::List< MonoAllocator, Section >
friend

Definition at line 138 of file inifile.inl.

Field Details:

◆ Comments

String alib::variables::IniFile::Section::Comments = NULL_STRING

The comment lines of the section.

Definition at line 156 of file inifile.inl.

◆ Entries

List<MonoAllocator, Entry, Recycling::None> alib::variables::IniFile::Section::Entries

The list of variables of the section.

Definition at line 157 of file inifile.inl.

◆ Name

String alib::variables::IniFile::Section::Name = NULL_STRING

The name of the section.

Definition at line 155 of file inifile.inl.

◆ WriteBack

bool alib::variables::IniFile::Section::WriteBack = false

If given, a write back indicator was found for this entry.

Definition at line 158 of file inifile.inl.

Constructor(s) / Destructor Details:

◆ Section()

alib::variables::IniFile::Section::Section ( MonoAllocator & monoAllocator)
inlineprotected

Constructor. Protected and thus to be used only by friend class List.

Parameters
monoAllocatorThe allocator of the IniFile.

Definition at line 151 of file inifile.inl.


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