CLI for C++ Project Page | CLI for C++ Home Page |
CLI::BasicParser | Implements a command line parser that is capable of returning a CommandLine object |
CLI::CommandLine | A class to represent the parsed result of a command line, included detected options and remaining arguments (non-options) |
CLI::HelpFormatter | Helper class to format and print help for the given set of options |
CLI::Option | Describes a single command-line option |
CLI::Options | A container for Option instances that defines the command-line options of a given program |
CLI::ParseException | Define an exception class to signal exceptions encountered during command-line parsing |
CLI::Parser | Abstract base class for CLI command-line parsers |
CLI::PosixParser | Implements a command line parser that is capable of returning a CommandLine object |
hosts this site. |
Send comments to: John Poplett |