29 #ifndef NVXIO_CONFIGPARSER_HPP
30 #define NVXIO_CONFIGPARSER_HPP
93 virtual std::string
parse(
const std::string &pathToConfigFile)=0;
108 #endif // NVXIO_CONFIGPARSER_HPP
std::unique_ptr< OptionHandler > ptr
virtual void addParameter(const std::string ¶mName, OptionHandler::ptr handler)=0
Adds a parameter that should be read.
virtual ~ConfigParser()
Destructor.
The OptionHandler interface.
std::unique_ptr< ConfigParser > createConfigParser()
Factory for ConfigParser class.
virtual std::string parse(const std::string &pathToConfigFile)=0
Parses the configuration file and fills the parameters with the corresponding values from the configu...