TCLAP::Arg | A virtual base class that defines the essential data for all arguments |
TCLAP::ArgException | A simple class that defines and argument exception |
TCLAP::ArgParseException | Thrown from within the child Arg classes when it fails to properly parse the argument it has been passed |
TCLAP::ArgTraits< T > | Arg traits are used to get compile type specialization when parsing argument values |
TCLAP::ArgTraits< bool > | Bools have value-like semantics |
TCLAP::ArgTraits< char > | Chars have value-like semantics |
TCLAP::ArgTraits< double > | Doubles have value-like semantics |
TCLAP::ArgTraits< float > | Floats have value-like semantics |
TCLAP::ArgTraits< int > | Ints have value-like semantics |
TCLAP::ArgTraits< long > | Longs have value-like semantics |
TCLAP::ArgTraits< short > | Shorts have value-like semantics |
TCLAP::ArgTraits< std::string > | Strings have string like argument traits |
TCLAP::ArgTraits< unsigned char > | Unsigned chars have value-like semantics |
TCLAP::ArgTraits< unsigned int > | Unsigned ints have value-like semantics |
TCLAP::ArgTraits< unsigned long > | Unsigned longs have value-like semantics |
TCLAP::ArgTraits< unsigned short > | Unsigned shorts have value-like semantics |
TCLAP::ArgTraits< wchar_t > | Wchar_ts have value-like semantics |
TCLAP::CmdLine | The base class that manages the command line definition and passes along the parsing to the appropriate Arg classes |
TCLAP::CmdLineInterface | The base class that manages the command line definition and passes along the parsing to the appropriate Arg classes |
TCLAP::CmdLineOutput | The interface that any output object must implement |
TCLAP::CmdLineParseException | Thrown from CmdLine when the arguments on the command line are not properly specified, e.g |
TCLAP::Constraint< T > | The interface that defines the interaction between the Arg and Constraint |
TCLAP::DocBookOutput | A class that generates DocBook output for usage() method for the given CmdLine and its Args |
TCLAP::ExitException | |
TCLAP::HelpVisitor | A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object |
TCLAP::IgnoreRestVisitor | A Vistor that tells the CmdLine to begin ignoring arguments after this one is parsed |
TCLAP::MultiArg< T > | An argument that allows multiple values of type T to be specified |
TCLAP::MultiSwitchArg | A multiple switch argument |
TCLAP::OptionalUnlabeledTracker | |
TCLAP::SpecificationException | Thrown from Arg and CmdLine when an Arg is improperly specified, e.g |
TCLAP::StdOutput | A class that isolates any output from the CmdLine object so that it may be easily modified |
TCLAP::StringLike | A string like argument value type is a value that can be set using operator=(string) |
TCLAP::StringLikeTrait | A class can inherit from this object to make it have string like traits |
TCLAP::SwitchArg | A simple switch argument |
TCLAP::UnlabeledMultiArg< T > | Just like a MultiArg, except that the arguments are unlabeled |
TCLAP::UnlabeledValueArg< T > | The basic unlabeled argument that parses a value |
TCLAP::ValueArg< T > | The basic labeled argument that parses a value |
TCLAP::ValueLike | A value like argument value type is a value that can be set using operator>> |
TCLAP::ValueLikeTrait | A class can inherit from this object to make it have value like traits |
TCLAP::ValuesConstraint< T > | A Constraint that constrains the Arg to only those values specified in the constraint |
TCLAP::VersionVisitor | A Vistor that will call the version method of the given CmdLineOutput for the specified CmdLine object and then exit |
TCLAP::Visitor | A base class that defines the interface for visitors |
TCLAP::XorHandler | This class handles lists of Arg's that are to be XOR'd on the command line |
TCLAP::ZshCompletionOutput | A class that generates a Zsh completion function as output from the usage() method for the given CmdLine and its Args |