SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
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::DEFAULT)seqan3::argument_parserinline
add_line(std::string const &text, bool line_is_paragraph=false)seqan3::argument_parserinline
add_list_item(std::string const &key, std::string const &desc)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::DEFAULT, validator_type validator=validator_type{})seqan3::argument_parserinline
add_positional_option(option_type &value, std::string const &desc, validator_type validator=validator_type{})seqan3::argument_parserinline
add_section(std::string const &title)seqan3::argument_parserinline
add_subsection(std::string const &title)seqan3::argument_parserinline
argument_parser()=deleteseqan3::argument_parser
argument_parser(argument_parser const &)=defaultseqan3::argument_parser
argument_parser(argument_parser &&)=defaultseqan3::argument_parser
argument_parser(std::string const app_name, int const argc, char const *const *const argv, bool version_check=true, std::vector< std::string > subcommands={})seqan3::argument_parserinline
get_sub_parser()seqan3::argument_parserinline
infoseqan3::argument_parser
operator=(argument_parser const &)=defaultseqan3::argument_parser
operator=(argument_parser &&)=defaultseqan3::argument_parser
parse()seqan3::argument_parserinline
~argument_parser()seqan3::argument_parserinline