Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
IniWriter

#include "inifile.hh"

Public Member Functions

Stringoutput ()
voidset (String key, String value)

Detailed Description

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.

Member Function Documentation

set()

void set ( String key,
String value
)

Set (or add) a value with INI file semantics: `section.key = value.`.

output()

String output ( )

Generate INI file syntax for all values store in the class.