tclap
1.4.0
|
A Visitor that tells the CmdLine to begin ignoring arguments after this one is parsed. More...
#include <IgnoreRestVisitor.h>
Public Member Functions | |
IgnoreRestVisitor (CmdLineInterface &cmdLine) | |
void | visit () |
This method (to implemented by children) will be called when the visitor is visited. More... | |
Public Member Functions inherited from TCLAP::Visitor | |
Visitor () | |
Constructor. More... | |
virtual | ~Visitor () |
Destructor. More... | |
A Visitor that tells the CmdLine to begin ignoring arguments after this one is parsed.
Definition at line 36 of file IgnoreRestVisitor.h.
|
inline |
Definition at line 38 of file IgnoreRestVisitor.h.
|
inlinevirtual |
This method (to implemented by children) will be called when the visitor is visited.
Implements TCLAP::Visitor.
Definition at line 40 of file IgnoreRestVisitor.h.
References TCLAP::CmdLineInterface::beginIgnoring().