arg
1.2
a C++ command-line parser
|
This is the complete list of members for arg::Option, including all inherited members.
call(CallBack *func, void *data) | arg::Option | |
help(std::string const &text, std::string const &var="") | arg::Option | |
help_word(std::string const &var) | arg::Option | |
once(int init=0) | arg::Option | |
Option(int key, std::string const &name) | arg::Option | |
optional(std::string const &str="") | arg::Option | |
set(int *var, int value=- 1) | arg::Option | |
set(bool &var, bool value=true) | arg::Option | |
show_default(bool do_show=true) | arg::Option | |
store(std::shared_ptr< Value > ptr=0) | arg::Option | |
stow(T &t) | arg::Option |