Claw  1.7.3
claw::arguments_table Member List

This is the complete list of members for claw::arguments_table, including all inherited members.

add(const std::string &short_name, const std::string &long_name, const std::string &help_msg="", bool optional=false, const std::string &val_name="")claw::arguments_table
add_argument(const std::string &arg)claw::arguments_table
add_long(const std::string &long_name, const std::string &help_msg="", bool optional=false, const std::string &val_name="")claw::arguments_table
add_short(const std::string &short_name, const std::string &help_msg="", bool optional=false, const std::string &val_name="")claw::arguments_table
arguments_table(const std::string &prog_name)claw::arguments_tableexplicit
arguments_table(int &argc, char **&argv)claw::arguments_table
get_all_of_integer(const std::string &arg_name) const claw::arguments_table
get_all_of_real(const std::string &arg_name) const claw::arguments_table
get_all_of_string(const std::string &arg_name) const claw::arguments_table
get_bool(const std::string &arg_name) const claw::arguments_table
get_integer(const std::string &arg_name) const claw::arguments_table
get_program_name() const claw::arguments_table
get_real(const std::string &arg_name) const claw::arguments_table
get_string(const std::string &arg_name) const claw::arguments_table
has_value(const std::string &arg_name) const claw::arguments_table
help(const std::string &free_args="") const claw::arguments_table
only_integer_values(const std::string &arg_name) const claw::arguments_table
only_real_values(const std::string &arg_name) const claw::arguments_table
parse(int &argc, char **&argv)claw::arguments_table
required_fields_are_set() const claw::arguments_table