tclap  1.4.0
Public Member Functions | List of all members
TCLAP::EitherOf Class Reference

Implements a group of arguments where at most one can be selected. More...

#include <ArgGroup.h>

Inheritance diagram for TCLAP::EitherOf:
Inheritance graph
[legend]
Collaboration diagram for TCLAP::EitherOf:
Collaboration graph
[legend]

Public Member Functions

 EitherOf ()
 
 EitherOf (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...
 
ArgContaineradd (Arg &arg)
 Add an argument to this arg group. More...
 
ArgContaineradd (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
 

Detailed Description

Implements a group of arguments where at most one can be selected.

Definition at line 156 of file ArgGroup.h.

Constructor & Destructor Documentation

◆ EitherOf() [1/2]

TCLAP::EitherOf::EitherOf ( )
inline

Definition at line 158 of file ArgGroup.h.

◆ EitherOf() [2/2]

TCLAP::EitherOf::EitherOf ( CmdLineInterface parser)
inlineexplicit

Definition at line 159 of file ArgGroup.h.

Member Function Documentation

◆ isRequired()

bool TCLAP::EitherOf::isRequired ( ) const
inlinevirtual

Returns true if this argument group is required.

Implements TCLAP::ArgGroup.

Definition at line 161 of file ArgGroup.h.


The documentation for this class was generated from the following file: