A section of the INI-file.
Definition at line 144 of file inifile.inl.
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 138 of file inifile.inl.
String alib::variables::IniFile::Section::Comments = NULL_STRING |
The comment lines of the section.
Definition at line 156 of file inifile.inl.
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.
String alib::variables::IniFile::Section::Name = NULL_STRING |
The name of the section.
Definition at line 155 of file inifile.inl.
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.
|
inlineprotected |
Constructor. Protected and thus to be used only by friend class List.
monoAllocator | The allocator of the IniFile. |
Definition at line 151 of file inifile.inl.