The AdvancedIniFile::Section class represents a section within an INI file.
More...
#include <inifile.h>
|
FieldList::iterator | findField (std::string_view key) |
| Returns an iterator to the first field with the key key.
|
|
FieldList::const_iterator | findField (std::string_view key) const |
| Returns an iterator to the first field with the key key.
|
|
FieldList::iterator | findField (FieldList::iterator after, std::string_view key) |
| Returns an iterator to the first field with the key key which comes after after.
|
|
FieldList::const_iterator | findField (FieldList::iterator after, std::string_view key) const |
| Returns an iterator to the first field with the key key which comes after after.
|
|
FieldList::iterator | fieldEnd () |
| Returns an iterator that points one past the last field.
|
|
FieldList::const_iterator | fieldEnd () const |
| Returns an iterator that points one past the last field.
|
|
The AdvancedIniFile::Section class represents a section within an INI file.
Definition at line 89 of file inifile.h.
◆ fieldEnd() [1/2]
AdvancedIniFile::FieldList::iterator CppUtilities::AdvancedIniFile::Section::fieldEnd |
( |
| ) |
|
|
inline |
Returns an iterator that points one past the last field.
Definition at line 226 of file inifile.h.
◆ fieldEnd() [2/2]
AdvancedIniFile::FieldList::const_iterator CppUtilities::AdvancedIniFile::Section::fieldEnd |
( |
| ) |
const |
|
inline |
Returns an iterator that points one past the last field.
Definition at line 234 of file inifile.h.
◆ findField() [1/4]
AdvancedIniFile::FieldList::iterator CppUtilities::AdvancedIniFile::Section::findField |
( |
FieldList::iterator | after, |
|
|
std::string_view | key ) |
|
inline |
Returns an iterator to the first field with the key key which comes after after.
Definition at line 210 of file inifile.h.
◆ findField() [2/4]
AdvancedIniFile::FieldList::const_iterator CppUtilities::AdvancedIniFile::Section::findField |
( |
FieldList::iterator | after, |
|
|
std::string_view | key ) const |
|
inline |
Returns an iterator to the first field with the key key which comes after after.
Definition at line 218 of file inifile.h.
◆ findField() [3/4]
AdvancedIniFile::FieldList::iterator CppUtilities::AdvancedIniFile::Section::findField |
( |
std::string_view | key | ) |
|
|
inline |
Returns an iterator to the first field with the key key.
Definition at line 194 of file inifile.h.
◆ findField() [4/4]
AdvancedIniFile::FieldList::const_iterator CppUtilities::AdvancedIniFile::Section::findField |
( |
std::string_view | key | ) |
const |
|
inline |
Returns an iterator to the first field with the key key.
Definition at line 202 of file inifile.h.
◆ fields
FieldList CppUtilities::AdvancedIniFile::Section::fields |
◆ flags
◆ followingInlineComment
std::string CppUtilities::AdvancedIniFile::Section::followingInlineComment |
◆ name
std::string CppUtilities::AdvancedIniFile::Section::name |
◆ precedingCommentBlock
std::string CppUtilities::AdvancedIniFile::Section::precedingCommentBlock |
The documentation for this class was generated from the following file: