tclap
1.2.1
|
A Vistor that tells the CmdLine to begin ignoring arguments after this one is parsed. More...
#include <IgnoreRestVisitor.h>
Public Member Functions | |
IgnoreRestVisitor () | |
Constructor. More... | |
void | visit () |
Sets Arg::_ignoreRest. More... | |
![]() | |
Visitor () | |
Constructor. More... | |
virtual | ~Visitor () |
Destructor. More... | |
A Vistor that tells the CmdLine to begin ignoring arguments after this one is parsed.
Definition at line 53 of file IgnoreRestVisitor.h.
|
inline |
Constructor.
Definition at line 78 of file IgnoreRestVisitor.h.
|
inlinevirtual |
Sets Arg::_ignoreRest.
Reimplemented from TCLAP::Visitor.
Definition at line 83 of file IgnoreRestVisitor.h.