|
Classes |
| class | BasicParser |
| | Implements a command line parser that is capable of returning a CommandLine object. More...
|
| class | CommandLine |
| | A class to represent the parsed result of a command line, included detected options and remaining arguments (non-options). More...
|
| class | HelpFormatter |
| | Helper class to format and print help for the given set of options. More...
|
| class | Option |
| | Describes a single command-line option. More...
|
| class | Options |
| | A container for Option instances that defines the command-line options of a given program. More...
|
| class | ParseException |
| | Define an exception class to signal exceptions encountered during command-line parsing. More...
|
| class | Parser |
| | Abstract base class for CLI command-line parsers. More...
|
| class | PosixParser |
| | Implements a command line parser that is capable of returning a CommandLine object. More...
|
Typedefs |
| typedef std::vector< std::string > | Tokens |