zz::cfg::ArgParser Member List
This is the complete list of members for zz::cfg::ArgParser, including all inherited members.
| add_info(std::string info) | zz::cfg::ArgParser | |
| add_opt(char shortKey, std::string longKey) | zz::cfg::ArgParser | |
| add_opt(char shortKey) | zz::cfg::ArgParser | |
| add_opt(std::string longKey) | zz::cfg::ArgParser | |
| add_opt_flag(char shortKey, std::string longKey, std::string help="", bool *dst=nullptr) | zz::cfg::ArgParser | |
| add_opt_help(char shortKey, std::string longKey, std::string help="print this help and exit") | zz::cfg::ArgParser | |
| add_opt_value(char shortKey, std::string longKey, T &dst, T defaultValue, std::string help="", std::string type="", int min=1, int max=1) | zz::cfg::ArgParser | inline |
| add_opt_version(char shortKey, std::string longKey, std::string version, std::string help="print version and exit") | zz::cfg::ArgParser | |
| ArgParser() | zz::cfg::ArgParser | |
| arguments() const | zz::cfg::ArgParser | |
| count(char shortKey) | zz::cfg::ArgParser | |
| count(std::string longKey) | zz::cfg::ArgParser | |
| count_error() | zz::cfg::ArgParser | inline |
| get_error() | zz::cfg::ArgParser | |
| get_help() | zz::cfg::ArgParser | |
| operator[](const std::string &longKey) | zz::cfg::ArgParser | |
| operator[](const char shortKey) | zz::cfg::ArgParser | |
| parse(int argc, char **argv, bool ignoreUnknown=false) | zz::cfg::ArgParser | |
| version() const | zz::cfg::ArgParser | inline |
1.8.9.1