tclap 1.2.5
|
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. | |
![]() | |
Visitor () | |
Constructor. | |
virtual | ~Visitor () |
Destructor. | |
virtual void | visit ()=0 |
This method (to implemented by children) will be called when the visitor is visited. | |
A Visitor that tells the CmdLine to begin ignoring arguments after this one is parsed.
Definition at line 37 of file IgnoreRestVisitor.h.
|
inline |
Constructor.
Definition at line 44 of file IgnoreRestVisitor.h.
|
inlinevirtual |
Sets Arg::_ignoreRest.
Implements TCLAP::Visitor.
Definition at line 49 of file IgnoreRestVisitor.h.
References TCLAP::Arg::beginIgnoring().