INIWriter class.
More...
#include <ini.h>
|
| INIWriter (std::string const &filename) |
| Constructor.
|
|
| ~INIWriter () |
| Destructor.
|
|
bool | operator<< (INIStructure &data) |
| Write prepared INI structure "data" to INI file.
|
|
|
bool | prettyPrint = false |
| Beautifier.
|
|
◆ INIWriter()
mINI::INIWriter::INIWriter |
( |
std::string const & | filename | ) |
|
|
inline |
Constructor.
- Parameters
-
filename | INI file name with path |
◆ operator<<()
Write prepared INI structure "data" to INI file.
- Parameters
-
- Returns
- true if succeed, false otherwise
The documentation for this class was generated from the following file: