The IniFile class parses and makes INI files.
More...
#include <inifile.h>
The IniFile class parses and makes INI files.
Definition at line 13 of file inifile.h.
◆ Scope
◆ ScopeData
◆ ScopeList
◆ ScopeName
◆ IniFile()
CppUtilities::IniFile::IniFile |
( |
| ) |
|
|
inline |
Constructs an empty ini file.
Definition at line 33 of file inifile.h.
◆ data() [1/2]
Returns the data of the file.
Definition at line 43 of file inifile.h.
◆ data() [2/2]
const ScopeList& CppUtilities::IniFile::data |
( |
| ) |
const |
◆ make()
void CppUtilities::IniFile::make |
( |
std::ostream & |
outputStream | ) |
|
Write the current data to the specified outputStream.
Definition at line 150 of file inifile.cpp.
◆ parse()
void CppUtilities::IniFile::parse |
( |
std::istream & |
inputStream | ) |
|
Parses all data from the specified inputStream.
Definition at line 17 of file inifile.cpp.
The documentation for this class was generated from the following files: