14 #ifndef __FLASHMATCHBASE_CONFIGMANAGER_H__
15 #define __FLASHMATCHBASE_CONFIGMANAGER_H__
21 namespace flashmatch {
Utility class to register a set of configurations Provides also a shared instance through which regis...
std::set< std::string > _cfg_files
static ConfigManager * _me
void AddConfigString(const std::string cfg_str)
Adder of configuration from parsed string.
void AddConfigFile(const std::string cfg_file)
Adder of configuration from a file.
ConfigManager()
Default constructor.
~ConfigManager()
Default destructor.
const PSet & GetConfig(const std::string cfg)
Configuration retrieval method.
Class def header for a class flashmatch::PSet.
A nested configuration parameter set holder for flashmatch framework.