next up previous contents
Next: Miscellaneous Up: Config class Previous: select_xxx   Contents

Subsections

add_xxx

Syntax

void add_string(const string section, const string parameter,
                const string value);
void add_bool(const string section, const string parameter,
              const bool value);
void add_short(const string section, const string parameter,
               const short value);
void add_int(const string section, const string parameter,
             const int value);
void add_double(const string section, const string parameter,
                const double value);

Description

These member functions are use to add data into the data file structure. They will create the section and the parameter if it does not already exist.

Return Value

None



Richard Gourdeau 2004-07-06