| 
    Option++
    2.0
    
   C++ library for reading command-line options 
   | 
 
| ▼Citerator | |
| Coptionpp::result_iterator< T, Ptr, Ref, IsOption > | Iterator over parser_result arguments | 
| ▼Clogic_error | |
| ▼Coptionpp::error | Base class for library exceptions | 
| Coptionpp::bad_dereference | Exception indicating an invalid iterator was dereferenced | 
| Coptionpp::out_of_range | Exception indicating out of range access | 
| Coptionpp::parse_error | Exception class indicating an invalid option | 
| Coptionpp::type_error | Exception indicating a type error | 
| Coptionpp::option | Describes a valid program command-line option | 
| Coptionpp::option_group | Holds a group of program options | 
| Coptionpp::parsed_entry | Holds data parsed from the command line | 
| Coptionpp::parser | Parses program options | 
| Coptionpp::parser_result | Holds data that was parsed from the program command line | 
 1.8.17