commandl::argument | The class from which all arguments descend |
commandl::argument_exception | This is a base class for argument-related exceptions |
commandl::char_matcher | A matcher class that matches only on the first char of a key |
commandl::exception | |
commandl::float_arg | An argument class that acts like a float |
commandl::int_arg | An argument class that acts like an int |
commandl::matcher | The class from which all matchers descend |
commandl::matcher_exception | This is a base class for matcher-related exceptions |
commandl::no_key | This is a parser exception class for when no key could be identified |
commandl::no_prefix | This is a parser exception class for when no prefix is found |
commandl::parser | The class from which all parsers descend |
commandl::parser_exception | This is a base class for parser-related exceptions |
commandl::policy | The class from which all policies descend |
commandl::stop_arg | An argument class that when found will throw a stop_parsing exception |
commandl::stop_parsing | This is a parser exception class for when parsing should halt |
commandl::string_arg | An argument class that acts like a string |
commandl::traditional_policy | The class for traditional or common unix command line parsing |
commandl::usage_arg | An argument class that when found will display a usage statement |
commandl::usage_exception | This is a parser exception indicating that a usage statement should be printed |
commandl::whole_matcher | A matcher class that matches the whole string of a key |