Mailer
Loading...
Searching...
No Matches
mINI::INIGenerator Class Reference

INIGenerator class. More...

#include <ini.h>

Public Member Functions

 INIGenerator (std::string const &filename)
 Constructor.
 
 ~INIGenerator ()
 Destructor.
 
bool operator<< (INIStructure const &data)
 Write generated from "data" INI file.
 

Public Attributes

bool prettyPrint = false
 Beautifier flag.
 

Detailed Description

INIGenerator class.

Constructor & Destructor Documentation

◆ INIGenerator()

mINI::INIGenerator::INIGenerator ( std::string const & filename)
inline

Constructor.

Parameters
filenameINI file name with path

Member Function Documentation

◆ operator<<()

bool mINI::INIGenerator::operator<< ( INIStructure const & data)
inline

Write generated from "data" INI file.

Parameters
dataPrepared INI structure
Returns
true if succeed, false otherwise

The documentation for this class was generated from the following file: