Photon 1.0.0
Loading...
Searching...
No Matches
mINI::INIFile Class Reference

#include <ini.h>

Public Member Functions

 INIFile (std::string const &filename)
 
 ~INIFile ()
 
bool read (INIStructure &data) const
 
bool generate (INIStructure const &data, bool pretty=false) const
 
bool write (INIStructure &data, bool pretty=false) const
 

Private Attributes

std::string filename
 

Constructor & Destructor Documentation

◆ INIFile()

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

◆ ~INIFile()

mINI::INIFile::~INIFile ( )
inline

Member Function Documentation

◆ generate()

bool mINI::INIFile::generate ( INIStructure const &  data,
bool  pretty = false 
) const
inline

◆ read()

bool mINI::INIFile::read ( INIStructure data) const
inline

◆ write()

bool mINI::INIFile::write ( INIStructure data,
bool  pretty = false 
) const
inline

Member Data Documentation

◆ filename

std::string mINI::INIFile::filename
private

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