|
Hermes
|
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::ArgParser | explicit |
| check(const std::string &name) const | hermes::ArgParser | |
| get(const std::string &name, const T &default_value={}) const | hermes::ArgParser | inline |
| getList(const std::string &name, const std::vector< T > &default_value={}) const | hermes::ArgParser | inline |
| parse(int argc, const char **argv, bool verbose_parsing=false) | hermes::ArgParser | |
| printHelp() const | hermes::ArgParser |