Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
|
▼Nsharg | |
▼Ncustom | |
Cparsing | A type that can be specialised to provide customisation point implementations for the sharg::parser such that third party types may be adapted |
▼Ndetail | |
▼Nadl_only | |
Cenumeration_names_cpo | Customization Point Object (CPO) definition for sharg::enumeration_names |
Cdefault_validator | Validator that always returns true |
Cformat_base | The format that contains all helper functions needed in all formats |
Cformat_copyright | The format that prints the copyright information to std::cout |
▼Cformat_help | The format that prints the help page to std::cout |
Cconsole_layout_struct | Stores the relevant parameters of the documentation on the screen |
Cformat_help_base | The format that contains all helper functions needed in all formats for printing the interface description of the application (to std::cout) |
Cformat_html | The format that prints the help page as html to std::cout |
Cformat_man | The format that prints the help page information formatted for a man page to std::cout |
Cformat_parse | The format that organizes the actual parsing of command line arguments |
Cformat_short_help | The format that prints a short help message to std::cout |
Cformat_tdl | A generalized format to create different tool description files |
Cformat_version | The format that prints the version to std::cout |
Cpriority_tag | A tag that allows controlled overload resolution via implicit base conversion rules |
Cpriority_tag< 0 > | Recursion anchor for sharg::detail::priority_tag |
Csafe_filesystem_entry | A safe guard to manage a filesystem entry, e.g. a file or a directory |
Cvalidator_chain_adaptor | A helper struct to chain validators recursively via the pipe operator |
Cversion_checker | A functor whose operator() performs the server http request and version checks |
Carithmetic_range_validator | A validator that checks whether a number is inside a given range |
Cconfig | Option struct that is passed to the sharg::parser::add_option() function |
Cdesign_error | Parser exception that is thrown whenever there is an design error directed at the developer of the application (e.g. Reuse of option) |
Cfile_validator_base | An abstract base class for the file and directory validators |
Cinput_directory_validator | A validator that checks if a given path is a valid input directory |
Cinput_file_validator | A validator that checks if a given path is a valid input file |
Coption_declared_multiple_times | Parser exception thrown when a non-list option is declared multiple times |
Coutput_directory_validator | A validator that checks if a given path is a valid output directory |
Coutput_file_validator | A validator that checks if a given path is a valid output file |
Cparser | The Sharg command line parser |
Cparser_error | Parser exception that is thrown whenever there is an error while parsing the command line arguments |
Cparser_meta_data | Stores all parser related meta information of the sharg::parser |
Cregex_validator | A validator that checks if a matches a regular expression pattern |
Crequired_option_missing | Parser exception thrown when a required option is missing |
Ctoo_few_arguments | Parser exception thrown when too few arguments are provided |
Ctoo_many_arguments | Parser exception thrown when too many arguments are provided |
Cunknown_option | Parser exception thrown when encountering unknown option |
Cuser_input_error | Parser exception thrown when an incorrect argument is given as (positional) option value |
Cvalidation_error | Parser exception thrown when an argument could not be casted to the according type |
Cvalue_list_validator | A validator that checks whether a value is inside a list of valid values |