A section of the INI-file.
Definition at line 151 of file inifile.hpp.
#include <inifile.hpp>
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) | |
|
friend |
Definition at line 145 of file inifile.hpp.
| String Comments = NULL_STRING |
The comment lines of the section.
Definition at line 163 of file inifile.hpp.
| List<MonoAllocator, Entry, Recycling::None> Entries |
The list of variables of the section.
Definition at line 164 of file inifile.hpp.
| String Name = NULL_STRING |
The name of the section.
Definition at line 162 of file inifile.hpp.
| bool WriteBack = false |
If given, a write back indicator was found for this entry.
Definition at line 165 of file inifile.hpp.
|
inlineprotected |
Constructor. Protected and thus to be used only by friend class List.
| monoAllocator | The allocator of the IniFile. |
Definition at line 158 of file inifile.hpp.