#include <ConfigParser.h>
| biogears::ConfigParser::ConfigParser |
( |
const std::string & |
configFilePath | ) |
|
| const std::vector<ConfigSet>& biogears::ConfigParser::GetConfigSets |
( |
| ) |
const |
|
inline |
| void biogears::ConfigParser::ParseConfigFile |
( |
const std::string & |
configFile | ) |
|
|
private |
| std::tuple< std::string, std::string > biogears::ConfigParser::ParseKeyValue |
( |
const std::string & |
line | ) |
|
|
private |
| std::vector<ConfigSet> biogears::ConfigParser::m_configSets |
|
private |
| std::map<std::string, std::string> biogears::ConfigParser::m_globalKeyValues |
|
private |
| bool biogears::ConfigParser::m_parsingGlobalKeyValues = true |
|
private |