|
tclap 1.2.2
|
A Visitor that tells the CmdLine to begin ignoring arguments after this one is parsed. More...
#include <IgnoreRestVisitor.h>


Public Member Functions | |
| IgnoreRestVisitor () | |
| Constructor. | |
| void | visit () |
| Sets Arg::_ignoreRest. | |
| Public Member Functions inherited from TCLAP::Visitor | |
| Visitor () | |
| Constructor. | |
| virtual | ~Visitor () |
| Destructor. | |
A Visitor that tells the CmdLine to begin ignoring arguments after this one is parsed.
Definition at line 35 of file IgnoreRestVisitor.h.
|
inline |
Constructor.
Definition at line 42 of file IgnoreRestVisitor.h.
References TCLAP::Visitor::Visitor().

|
inlinevirtual |
Sets Arg::_ignoreRest.
Reimplemented from TCLAP::Visitor.
Definition at line 47 of file IgnoreRestVisitor.h.
References TCLAP::Arg::beginIgnoring().
