arg
1.2
a C++ command-line parser
|
This is the complete list of members for arg::Parser, including all inherited members.
add_help(std::string const &msg) | arg::Parser | |
add_opt(int key, std::string const &name="", bool hide=false) | arg::Parser | |
add_opt(std::string const &name, bool hide=false) | arg::Parser | |
args() | arg::Parser | |
get_header() const | arg::Parser | |
get_opt(std::string const &name) | arg::Parser | |
parse(int argc, char *argv[], bool ignore_unknown=false) | arg::Parser | |
prog_name | arg::Parser | protected |
set_header(std::string const &text) | arg::Parser |