clockUtils  1.1
iniParser.h File Reference
#include <cstdint>
#include <map>
#include <sstream>
#include <string>
#include <tuple>
#include <vector>
#include "clockUtils/errors.h"
#include "clockUtils/iniParser/iniParserParameters.h"
Include dependency graph for iniParser.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 &section, const std::string &field, std::string &value) const
 override for std::string so a full line containing spaces will be returned More...