Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
|
This is the complete list of members for sharg::detail::format_parse, including all inherited members.
add_flag(bool &value, config< validator_t > const &config) | sharg::detail::format_parse | inline |
add_option(option_type &value, config< validator_t > const &config) | sharg::detail::format_parse | inline |
add_positional_option(option_type &value, config< validator_t > const &config) | sharg::detail::format_parse | inline |
arguments | sharg::detail::format_parse | private |
check_for_left_over_args() | sharg::detail::format_parse | inlineprivate |
check_for_unknown_ids() | sharg::detail::format_parse | inlineprivate |
combine_option_names(char const short_id, std::string const &long_id) | sharg::detail::format_parse | inlineprivate |
end_of_options_it | sharg::detail::format_parse | private |
escape_special_xml_chars(std::string const &original) | sharg::detail::format_base | inlineprotectedstatic |
expand_multiple_flags(std::string const &flag_cluster) | sharg::detail::format_base | inlineprotectedstatic |
find_option_id(iterator_type begin_it, iterator_type end_it, id_type const &id) | sharg::detail::format_parse | inlinestatic |
flag_calls | sharg::detail::format_parse | private |
flag_is_set(std::string const &long_id) | sharg::detail::format_parse | inlineprivate |
flag_is_set(char const short_id) | sharg::detail::format_parse | inlineprivate |
format_parse()=delete | sharg::detail::format_parse | |
format_parse(format_parse const &pf)=default | sharg::detail::format_parse | |
format_parse(format_parse &&)=default | sharg::detail::format_parse | |
format_parse(std::vector< std::string > cmd_arguments) | sharg::detail::format_parse | inline |
get_default_message(option_type const &option, default_type const &value) | sharg::detail::format_base | inlineprotectedstatic |
get_flag(bool &value, char const short_id, std::string const &long_id) | sharg::detail::format_parse | inlineprivate |
get_option(option_type &value, config< validator_t > const &config) | sharg::detail::format_parse | inlineprivate |
get_option_by_id(option_type &value, id_type const &id) | sharg::detail::format_parse | inlineprivate |
get_option_by_id(option_type &value, id_type const &id) | sharg::detail::format_parse | inlineprivate |
get_positional_option(option_type &value, validator_type &&validator) | sharg::detail::format_parse | inlineprivate |
get_type_name_as_string(value_type const &) | sharg::detail::format_base | inlineprotectedstatic |
get_type_name_as_string(container_type const &) | sharg::detail::format_base | inlineprotectedstatic |
identify_and_retrieve_option_value(option_type &value, std::vector< std::string >::iterator &option_it, id_type const &id) | sharg::detail::format_parse | inlineprivate |
is_empty_id(id_type const &id) | sharg::detail::format_parse | inlinestatic |
operator=(format_parse const &pf)=default | sharg::detail::format_parse | |
operator=(format_parse &&)=default | sharg::detail::format_parse | |
option_calls | sharg::detail::format_parse | private |
option_parse_result enum name | sharg::detail::format_parse | private |
option_type_and_list_info(option_value_type const &value) | sharg::detail::format_base | inlineprotectedstatic |
option_type_and_list_info(container_type const &container) | sharg::detail::format_base | inlineprotectedstatic |
parse(parser_meta_data const &) | sharg::detail::format_parse | inline |
parse_option_value(option_t &value, std::string const &in) | sharg::detail::format_parse | inlineprivate |
parse_option_value(option_t &value, std::string const &in) | sharg::detail::format_parse | inlineprivate |
parse_option_value(container_option_t &value, std::string const &in) | sharg::detail::format_parse | inlineprivate |
parse_option_value(option_t &value, std::string const &in) | sharg::detail::format_parse | inlineprivate |
parse_option_value(bool &value, std::string const &in) | sharg::detail::format_parse | inlineprivate |
positional_option_calls | sharg::detail::format_parse | private |
positional_option_count | sharg::detail::format_parse | private |
prep_id_for_help(char const short_id, std::string const &long_id) | sharg::detail::format_base | inlineprotectedstatic |
prepend_dash(std::string const &long_id) | sharg::detail::format_parse | inlineprivatestatic |
prepend_dash(char const short_id) | sharg::detail::format_parse | inlineprivatestatic |
throw_on_input_error(option_parse_result const res, std::string const &option_name, std::string const &input_value) | sharg::detail::format_parse | inlineprivate |
~format_parse()=default | sharg::detail::format_parse |