#include "inifile.hh"
Public Member Functions | |
String | output () |
void | set (String key, String value) |
Class to write INI configuration file sections and values.
This class implements a simple section and value syntax writer as used in INI files. For a detailed reference, see: http://wikipedia.org/wiki/INI_file
To parse the output of this class, refer to the IniFile class.
Set (or add) a value with INI file semantics: `section.key = value.`.
String output | ( | ) |
Generate INI file syntax for all values store in the class.