tclap  1.2.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
\NTCLAP
 oCArgA virtual base class that defines the essential data for all arguments
 oCArgExceptionA simple class that defines and argument exception
 oCArgParseExceptionThrown from within the child Arg classes when it fails to properly parse the argument it has been passed
 oCCmdLineParseExceptionThrown from CmdLine when the arguments on the command line are not properly specified, e.g
 oCSpecificationExceptionThrown from Arg and CmdLine when an Arg is improperly specified, e.g
 oCExitException
 oCValueLikeA value like argument value type is a value that can be set using operator>>
 oCStringLikeA string like argument value type is a value that can be set using operator=(string)
 oCStringLikeTraitA class can inherit from this object to make it have string like traits
 oCValueLikeTraitA class can inherit from this object to make it have value like traits
 oCArgTraitsArg traits are used to get compile type specialization when parsing argument values
 oCCmdLineThe base class that manages the command line definition and passes along the parsing to the appropriate Arg classes
 oCCmdLineInterfaceThe base class that manages the command line definition and passes along the parsing to the appropriate Arg classes
 oCCmdLineOutputThe interface that any output object must implement
 oCConstraintThe interface that defines the interaction between the Arg and Constraint
 oCDocBookOutputA class that generates DocBook output for usage() method for the given CmdLine and its Args
 oCHelpVisitorA Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object
 oCIgnoreRestVisitorA Vistor that tells the CmdLine to begin ignoring arguments after this one is parsed
 oCMultiArgAn argument that allows multiple values of type T to be specified
 oCMultiSwitchArgA multiple switch argument
 oCOptionalUnlabeledTracker
 oCArgTraits< long >Longs have value-like semantics
 oCArgTraits< int >Ints have value-like semantics
 oCArgTraits< short >Shorts have value-like semantics
 oCArgTraits< char >Chars have value-like semantics
 oCArgTraits< unsigned long >Unsigned longs have value-like semantics
 oCArgTraits< unsigned int >Unsigned ints have value-like semantics
 oCArgTraits< unsigned short >Unsigned shorts have value-like semantics
 oCArgTraits< unsigned char >Unsigned chars have value-like semantics
 oCArgTraits< float >Floats have value-like semantics
 oCArgTraits< double >Doubles have value-like semantics
 oCArgTraits< bool >Bools have value-like semantics
 oCArgTraits< wchar_t >Wchar_ts have value-like semantics
 oCArgTraits< std::string >Strings have string like argument traits
 oCStdOutputA class that isolates any output from the CmdLine object so that it may be easily modified
 oCSwitchArgA simple switch argument
 oCUnlabeledMultiArgJust like a MultiArg, except that the arguments are unlabeled
 oCUnlabeledValueArgThe basic unlabeled argument that parses a value
 oCValueArgThe basic labeled argument that parses a value
 oCValuesConstraintA Constraint that constrains the Arg to only those values specified in the constraint
 oCVersionVisitorA Vistor that will call the version method of the given CmdLineOutput for the specified CmdLine object and then exit
 oCVisitorA base class that defines the interface for visitors
 oCXorHandlerThis class handles lists of Arg's that are to be XOR'd on the command line
 \CZshCompletionOutputA class that generates a Zsh completion function as output from the usage() method for the given CmdLine and its Args