|
|
| CmdLineFlag (std::string const &name_in, std::string const &desc_in) |
| |
|
virtual bool | parse_impl (int *p_argc, char **argv, int i, bool should_print) override |
| |
|
template<typename T > |
| void | add_arg (std::string const &arg_name, T const &defval=T()) |
| |
|
std::string const & | desc () const |
| |
|
CmdLineItem * | arg (std::size_t i) |
| |
|
CmdLineItem * | arg (std::string const &arg_name) |
| |
|
std::size_t | nargs () const |
| |
|
| CmdLineItem (std::string const &name_in) |
| |
|
bool | parse (int *p_argc, char **argv, int i, bool should_print) |
| |
|
std::string const & | name () const |
| |
|
bool | parsed () const |
| |
|
|
std::string | name_ |
| |
|
bool | parsed_ |
| |
The documentation for this class was generated from the following files: