SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::format_parse Member List

This is the complete list of members for seqan3::detail::format_parse, including all inherited members.

add_flag(bool &value, char const short_id, std::string const &long_id, std::string const &desc, option_spec const &spec)seqan3::detail::format_parseinline
add_option(option_type &value, char const short_id, std::string const &long_id, std::string const &desc, option_spec const spec, validator_type &&option_validator)seqan3::detail::format_parseinline
add_positional_option(option_type &value, std::string const &desc, validator_type &&option_validator)seqan3::detail::format_parseinline
argvseqan3::detail::format_parseprivate
check_for_left_over_args()seqan3::detail::format_parseinlineprivate
check_for_unknown_ids()seqan3::detail::format_parseinlineprivate
combine_option_names(char const short_id, std::string const &long_id)seqan3::detail::format_parseinlineprivate
end_of_options_itseqan3::detail::format_parseprivate
escape_special_xml_chars(std::string const &original)seqan3::detail::format_baseinlineprotected
expand_multiple_flags(std::string const &flag_cluster)seqan3::detail::format_baseinlineprotectedstatic
find_option_id(iterator_type begin_it, iterator_type end_it, id_type const &id)seqan3::detail::format_parseinlinestatic
flag_callsseqan3::detail::format_parseprivate
flag_is_set(std::string const &long_id)seqan3::detail::format_parseinlineprivate
flag_is_set(char const short_id)seqan3::detail::format_parseinlineprivate
format_parse()=deleteseqan3::detail::format_parse
format_parse(format_parse const &pf)=defaultseqan3::detail::format_parse
format_parse(format_parse &&)=defaultseqan3::detail::format_parse
format_parse(int const, std::vector< std::string > argv_)seqan3::detail::format_parseinline
get_flag(bool &value, char const short_id, std::string const &long_id)seqan3::detail::format_parseinlineprivate
get_option(option_type &value, char const short_id, std::string const &long_id, option_spec const spec, validator_type &&validator)seqan3::detail::format_parseinlineprivate
get_option_by_id(option_type &value, id_type const &id)seqan3::detail::format_parseinlineprivate
get_option_by_id(option_type &value, id_type const &id)seqan3::detail::format_parseinlineprivate
get_positional_option(option_type &value, validator_type &&validator)seqan3::detail::format_parseinlineprivate
get_type_name_as_string(value_type const &)seqan3::detail::format_baseinlineprotectedstatic
get_type_name_as_string(container_type const &)seqan3::detail::format_baseinlineprotectedstatic
identify_and_retrieve_option_value(option_type &value, std::vector< std::string >::iterator &option_it, id_type const &id)seqan3::detail::format_parseinlineprivate
is_empty_id(id_type const &id)seqan3::detail::format_parseinlinestatic
operator=(format_parse const &pf)=defaultseqan3::detail::format_parse
operator=(format_parse &&)=defaultseqan3::detail::format_parse
option_callsseqan3::detail::format_parseprivate
option_parse_result enum nameseqan3::detail::format_parseprivate
option_type_and_list_info(option_value_type const &value)seqan3::detail::format_baseinlineprotectedstatic
option_type_and_list_info(container_type const &container)seqan3::detail::format_baseinlineprotectedstatic
parse(argument_parser_meta_data const &)seqan3::detail::format_parseinline
parse_option_value(option_t &value, std::string const &in)seqan3::detail::format_parseinlineprivate
parse_option_value(option_t &value, std::string const &in)seqan3::detail::format_parseinlineprivate
parse_option_value(container_option_t &value, std::string const &in)seqan3::detail::format_parseinlineprivate
parse_option_value(option_t &value, std::string const &in)seqan3::detail::format_parseinlineprivate
parse_option_value(bool &value, std::string const &in)seqan3::detail::format_parseinlineprivate
positional_option_callsseqan3::detail::format_parseprivate
positional_option_countseqan3::detail::format_parseprivate
prep_id_for_help(char const short_id, std::string const &long_id)seqan3::detail::format_baseinlineprotectedstatic
prepend_dash(std::string const &long_id)seqan3::detail::format_parseinlineprivatestatic
prepend_dash(char const short_id)seqan3::detail::format_parseinlineprivatestatic
throw_on_input_error(option_parse_result const res, std::string const &option_name, std::string const &input_value)seqan3::detail::format_parseinlineprivate
~format_parse()=defaultseqan3::detail::format_parse
Hide me