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

This is the complete list of members for seqan3::argument_parser, 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=option_spec::standard)seqan3::argument_parserinline
add_line(std::string const &text, bool is_paragraph=false, option_spec const spec=option_spec::standard)seqan3::argument_parserinline
add_list_item(std::string const &key, std::string const &desc, option_spec const spec=option_spec::standard)seqan3::argument_parserinline
add_option(option_type &value, char const short_id, std::string const &long_id, std::string const &desc, option_spec const spec=option_spec::standard, validator_type option_validator=validator_type{})seqan3::argument_parserinline
add_positional_option(option_type &value, std::string const &desc, validator_type option_validator=validator_type{})seqan3::argument_parserinline
add_section(std::string const &title, option_spec const spec=option_spec::standard)seqan3::argument_parserinline
add_subsection(std::string const &title, option_spec const spec=option_spec::standard)seqan3::argument_parserinline
argument_parser()=deleteseqan3::argument_parser
argument_parser(argument_parser const &)=deleteseqan3::argument_parser
argument_parser(argument_parser &&)=defaultseqan3::argument_parser
argument_parser(std::string const app_name, int const argc, char const *const *const argv, update_notifications version_updates=update_notifications::on, std::vector< std::string > subcommands={})seqan3::argument_parserinline
get_sub_parser()seqan3::argument_parserinline
infoseqan3::argument_parser
is_option_set(id_type const &id) constseqan3::argument_parserinline
operator=(argument_parser const &)=deleteseqan3::argument_parser
operator=(argument_parser &&)=defaultseqan3::argument_parser
parse()seqan3::argument_parserinline
~argument_parser()seqan3::argument_parserinline
Hide me