Claw  1.7.3
claw::arguments Member List

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

add_argument(const std::string &arg)claw::arguments
arguments()claw::arguments
arguments(const std::string &prog_name)claw::argumentsexplicit
arguments(int &argc, char **&argv)claw::arguments
arguments(int &argc, char **&argv, const claw::math::ordered_set< std::string > &allowed)claw::arguments
get_all_of_integer(const std::string &arg_name) const claw::arguments
get_all_of_real(const std::string &arg_name) const claw::arguments
get_all_of_string(const std::string &arg_name) const claw::arguments
get_bool(const std::string &arg_name) const claw::arguments
get_integer(const std::string &arg_name) const claw::arguments
get_program_name() const claw::arguments
get_real(const std::string &arg_name) const claw::arguments
get_string(const std::string &arg_name) const claw::arguments
has_value(const std::string &arg_name) const claw::arguments
only_integer_values(const std::string &arg_name) const claw::arguments
only_real_values(const std::string &arg_name) const claw::arguments
parse(int &argc, char **&argv)claw::arguments
parse(int &argc, char **&argv, const claw::math::ordered_set< std::string > &allowed)claw::arguments