Template Class ConfigParser¶
Defined in File parser.h
Class Documentation¶
-
template<class
Service
>
classConfigParser
¶ ConfigParser for bergamot.
Internally stores config options with CLIConfig. CLI11 parsing binds the parsing code to write to the members of the CLIConfig instance owned by this class. Usage:
ConfigParser configParser; configParser.parseArgs(argc, argv); auto &config = configParser.getConfig();