Class
CommandLineParser
Stores multiple CommandLineOption objects and parses the command line arguments for these options
Member Functions
| Constructor |
Functions
| adds an instance of CommandLineOption to the CommandLineParser | |
| adds a line of text to the help output of the CommandLineParser | |
| Returns the count of passed arguments. | |
| Fills the passed variable | |
| Fills the passed variable | |
| Fills the passed variable | |
| Returns true if the there is an option registered in the parser, that has the passed optionIdentifier | |
| Returns true if the there is an option registered in the parser, that has the passed optionIdentifier | |
| Prints the complete help message for your parser to the stream. | |
| Returns true if the option was set on the parsed command line. | |
| Returns true if the option was set on the parsed command line. | |
| Returns true if the option was set on the parsed command line. | |
| using this option you can define how many non parameterized options are required by your program. | |
| Prints a short help message for your parser to the stream | |
| Prints a version text to the stream. |
SeqAn - Sequence Analysis Library - www.seqan.de