Hermes
hermes::ArgParser Member List

This is the complete list of members for hermes::ArgParser, including all inherited members.

addArgument(const std::string &name, const std::string &description="", bool is_required=false)hermes::ArgParser
ArgParser(std::string bin="", std::string description="")hermes::ArgParserexplicit
check(const std::string &name) consthermes::ArgParser
get(const std::string &name, const T &default_value={}) consthermes::ArgParserinline
getList(const std::string &name, const std::vector< T > &default_value={}) consthermes::ArgParserinline
parse(int argc, const char **argv, bool verbose_parsing=false)hermes::ArgParser
printHelp() consthermes::ArgParser