softwarecontainer
0.18.0-739e8d7 2017-05-04
|
A config source representing the commandline options. More...
#include <commandlineconfigsource.h>
Public Member Functions | |
CommandlineConfigSource (std::vector< StringConfig > &stringConfigs, std::vector< IntConfig > &intConfigs, std::vector< BoolConfig > &boolConfigs) | |
std::vector< StringConfig > | stringConfigs () override |
std::vector< IntConfig > | intConfigs () override |
std::vector< BoolConfig > | boolConfigs () override |
A config source representing the commandline options.
This class is used by the part of the code that handles the commandline options. The options should be passed as lists to the constructor of this class. This class should then be passed as a config source to Config.
Definition at line 39 of file commandlineconfigsource.h.