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

Description:

A section of the INI-file.

Definition at line 151 of file inifile.hpp.

#include <inifile.hpp>

Collaboration diagram for 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 145 of file inifile.hpp.

Field Details:

◆ Comments

String Comments = NULL_STRING

The comment lines of the section.

Definition at line 163 of file inifile.hpp.

◆ Entries

List<MonoAllocator, Entry, Recycling::None> Entries

The list of variables of the section.

Definition at line 164 of file inifile.hpp.

◆ Name

The name of the section.

Definition at line 162 of file inifile.hpp.

◆ WriteBack

bool WriteBack = false

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

Definition at line 165 of file inifile.hpp.

Constructor(s) / Destructor Details:

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


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