Ase::IniWriter class

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.

Public functions

auto output() →  String
Generate INI file syntax for all values store in the class.
void set(String key, String value)
Set (or add) a value with INI file semantics: section.key = value.