Class Ase::IniWriter
Class to write INI configuration file sections and values. More...
#include <inifile.hh>
Public Functions
Type | Name |
---|---|
String | output () 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. __ |
Detailed Description
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 Documentation
function output
Generate INI file syntax for all values store in the class.
String Ase::IniWriter::output ()
function set
Set (or add) a value with INI file semantics: section.key = value.
__
void Ase::IniWriter::set (
String key,
String value
)
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/inifile.hh