#include <ConfigParser.h>
|
| void | ParseConfigFile (const std::string &configFile, bool splitGroups=true) |
| |
| std::tuple< std::string, std::string > | ParseKeyValue (const std::string &line) |
| |
◆ ConfigParser() [1/2]
| ConfigParser::ConfigParser |
( |
const std::string & |
configFilePath | ) |
|
◆ ConfigParser() [2/2]
| ConfigParser::ConfigParser |
( |
const std::string & |
configFilePath, |
|
|
bool |
splitGroups |
|
) |
| |
◆ FileToConfigSet()
| ConfigSet * ConfigParser::FileToConfigSet |
( |
const std::string & |
file | ) |
|
|
static |
◆ GetConfigSets()
| const std::vector<ConfigSet>& ConfigParser::GetConfigSets |
( |
| ) |
const |
|
inline |
◆ ParseConfigFile()
| void ConfigParser::ParseConfigFile |
( |
const std::string & |
configFile, |
|
|
bool |
splitGroups = true |
|
) |
| |
|
private |
◆ ParseKeyValue()
| std::tuple< std::string, std::string > ConfigParser::ParseKeyValue |
( |
const std::string & |
line | ) |
|
|
private |
◆ m_configSets
| std::vector<ConfigSet> ConfigParser::m_configSets |
|
private |
◆ m_globalKeyValues
| std::map<std::string, std::string> ConfigParser::m_globalKeyValues |
|
private |
◆ m_parsingGlobalKeyValues
| bool ConfigParser::m_parsingGlobalKeyValues = true |
|
private |