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