#include <utils_ini.h>
Definition at line 42 of file utils_ini.h.
◆ getKeyValuePairsFromIni()
Get key-value pairs from ini file
- Parameters
-
[in] | iniFileName | - the name of the ini file to be opened and parsed |
[out] | iniKeyValPairs | - map with parameter names and their values extracted from ini file |
- Returns
- Status
- See also
- Status
Definition at line 52 of file utils_ini.cpp.
◆ getKeyValuePairsFromString()
Get key-value pairs from a string
- Parameters
-
[in] | iniStr | - the string with key-value pairs |
[out] | iniKeyValPairs | - map with parameter names and their values extracted from string |
- Returns
- Status
- See also
- Status
Definition at line 85 of file utils_ini.cpp.
The documentation for this class was generated from the following files: