argument_attributes(const std::string &name, const std::string &second_name, const std::string &help_message, bool optional, const std::string &value_type) | claw::arguments_table::argument_attributes | |
format_long_help() const | claw::arguments_table::argument_attributes | |
format_short_help() const | claw::arguments_table::argument_attributes | |
get_name() const | claw::arguments_table::argument_attributes | |
get_second_name() const | claw::arguments_table::argument_attributes | |
is_optional() const | claw::arguments_table::argument_attributes | |
m_help_message | claw::arguments_table::argument_attributes | [private] |
m_name | claw::arguments_table::argument_attributes | [private] |
m_optional | claw::arguments_table::argument_attributes | [private] |
m_second_name | claw::arguments_table::argument_attributes | [private] |
m_value_type | claw::arguments_table::argument_attributes | [private] |
operator<(const argument_attributes &that) const | claw::arguments_table::argument_attributes |