tclap
1.4.0
|
Implements a group of arguments where exactly one must be selected. More...
#include <ArgGroup.h>
Public Member Functions | |
OneOf () | |
OneOf (CmdLineInterface &parser) | |
bool | isRequired () const |
Returns true if this argument group is required. More... | |
Public Member Functions inherited from TCLAP::ExclusiveArgGroup | |
bool | validate () |
Validates that the constraints of the ArgGroup are satisfied. More... | |
bool | isExclusive () const |
Returns true if this argument group is exclusive. More... | |
ArgContainer & | add (Arg &arg) |
Add an argument to this arg group. More... | |
ArgContainer & | add (Arg *arg) |
Add an argument to this arg group. More... | |
Public Member Functions inherited from TCLAP::ArgGroup | |
virtual | ~ArgGroup () |
void | setParser (CmdLineInterface &parser) |
Used by the parser to connect itself to this arg group. More... | |
virtual bool | showAsGroup () const |
If arguments in this group should show up as grouped in help. More... | |
const std::string | getName () const |
Returns the argument group's name. More... | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
Public Member Functions inherited from TCLAP::ArgContainer | |
virtual | ~ArgContainer () |
Additional Inherited Members | |
Public Types inherited from TCLAP::ArgGroup | |
typedef std::list< Arg * > | Container |
typedef Container::iterator | iterator |
typedef Container::const_iterator | const_iterator |
Protected Member Functions inherited from TCLAP::ExclusiveArgGroup | |
ExclusiveArgGroup () | |
ExclusiveArgGroup (CmdLineInterface &parser) | |
Protected Member Functions inherited from TCLAP::ArgGroup | |
ArgGroup () | |
Protected Attributes inherited from TCLAP::ArgGroup | |
CmdLineInterface * | _parser |
Container | _args |
Implements a group of arguments where exactly one must be selected.
This corresponds to the deprecated "xoradd".
Definition at line 168 of file ArgGroup.h.
|
inline |
Definition at line 170 of file ArgGroup.h.
|
inlineexplicit |
Definition at line 171 of file ArgGroup.h.
|
inlinevirtual |
Returns true if this argument group is required.
Implements TCLAP::ArgGroup.
Definition at line 173 of file ArgGroup.h.