clockUtils
1.1
|
Namespaces | |
clockUtils | |
Macros | |
#define | CLOCK_INIPARSER_API |
#define | CLOCK_INIPARSER_API |
The ini parser library can be used to easily load, read, write and save ini files used to configure programs
Because of templates the type of value (here std::string) specifies the expected type for the value stored in ini file. If you used a type the type in the file can be converted into the method will return ClockError::SUCCESS, otherwise an error code.
The setting of values works analog.
This code will set the value of the variable "variable" in section "SECTION" to the last parameter.
To save the changes just call save method like load and give an ini file as parameter.
#define CLOCK_INIPARSER_API |
Definition at line 40 of file containerParameters.h.
#define CLOCK_INIPARSER_API |
Definition at line 40 of file iniParserParameters.h.