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

INIWriter class. More...

#include <ini.h>

Public Member Functions

 INIWriter (std::string const &filename)
 Constructor.
 
 ~INIWriter ()
 Destructor.
 
bool operator<< (INIStructure &data)
 Write prepared INI structure "data" to INI file.
 

Public Attributes

bool prettyPrint = false
 Beautifier.
 

Detailed Description

INIWriter class.

Constructor & Destructor Documentation

◆ INIWriter()

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

Constructor.

Parameters
filenameINI file name with path

Member Function Documentation

◆ operator<<()

bool mINI::INIWriter::operator<< ( INIStructure & data)
inline

Write prepared INI structure "data" to INI file.

Parameters
dataINI file structure
Returns
true if succeed, false otherwise

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