|
clockUtils
1.1
|
#include <cstdint>#include <map>#include <sstream>#include <string>#include <tuple>#include <vector>#include "clockUtils/errors.h"#include "clockUtils/iniParser/iniParserParameters.h"
Go to the source code of this file.
Classes | |
| class | clockUtils::iniParser::IniParser |
| this class is used for parsing configuration files More... | |
Namespaces | |
| clockUtils | |
| clockUtils::iniParser | |
Functions | |
| template<> | |
| ClockError CLOCK_INIPARSER_API | clockUtils::iniParser::IniParser::getValue< std::string > (const std::string §ion, const std::string &field, std::string &value) const |
| override for std::string so a full line containing spaces will be returned More... | |