|
typedef std::multimap< std::string, any > | Args |
|
|
void | define_arg (const std::string &name, ArgType type, const std::string &help="", const std::string &var_name="", ArgCount count=ARG_COUNT_ONE) |
|
template<typename T > |
optional< T > | arg_value (const std::string &name) |
|
template<typename T > |
std::vector< T > | arg_value_list (const std::string &name) |
|
template<typename T > |
optional< T > | arg_value (const std::string &name, T def) |
|
const Args & | parsed_args () const |
|
void | print_help () const |
|
bool | parse_args (int argc, char *argv[]) |
|
The documentation for this class was generated from the following files: