|
tclap
1.4.0
|
#include <tclap/Arg.h>#include <tclap/ArgContainer.h>#include <tclap/CmdLineInterface.h>#include <list>#include <string>

Go to the source code of this file.
Classes | |
| class | TCLAP::ArgGroup |
| ArgGroup is the base class for implementing groups of arguments that are mutually exclusive (it replaces the deprecated xor handler). More... | |
| class | TCLAP::ExclusiveArgGroup |
| Implements common functionality for exclusive argument groups. More... | |
| class | TCLAP::EitherOf |
| Implements a group of arguments where at most one can be selected. More... | |
| class | TCLAP::OneOf |
| Implements a group of arguments where exactly one must be selected. More... | |
| class | TCLAP::AnyOf |
| Implements a group of arguments where any combination is possible (including all or none). More... | |
Namespaces | |
| TCLAP | |
Functions | |
| int | TCLAP::CountVisibleArgs (const ArgGroup &g) |
1.8.13