|
Sharg 1.2.2-rc.1
The argument parser for bio-c++ tools.
|
This is the complete list of members for sharg::parser, including all inherited members.
| add_flag(bool &value, config< validator_type > const &config) | sharg::parser | inline |
| add_line(std::string const &text, bool is_paragraph=false, bool const advanced_only=false) | sharg::parser | inline |
| add_list_item(std::string const &key, std::string const &desc, bool const advanced_only=false) | sharg::parser | inline |
| add_option(option_type &value, config< validator_type > const &config) | sharg::parser | inline |
| add_positional_option(option_type &value, config< validator_type > const &config) | sharg::parser | inline |
| add_section(std::string const &title, bool const advanced_only=false) | sharg::parser | inline |
| add_subcommands(std::vector< std::string > const &subcommands) | sharg::parser | inline |
| add_subsection(std::string const &title, bool const advanced_only=false) | sharg::parser | inline |
| get_sub_parser() | sharg::parser | inline |
| info | sharg::parser | |
| is_option_set(id_type const &id) const | sharg::parser | inline |
| operator=(parser const &)=delete | sharg::parser | |
| operator=(parser &&)=default | sharg::parser | |
| parse() | sharg::parser | inline |
| parser()=delete | sharg::parser | |
| parser(parser const &)=delete | sharg::parser | |
| parser(parser &&)=default | sharg::parser | |
| parser(std::string app_name, std::vector< std::string > arguments, update_notifications version_updates=update_notifications::on, std::vector< std::string > const &subcommands={}) | sharg::parser | inline |
| parser(std::string app_name, int const argc, char const *const *const argv, update_notifications version_updates=update_notifications::on, std::vector< std::string > const &subcommands={}) | sharg::parser | inline |
| ~parser() | sharg::parser | inline |