| 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.  More... | |
| void | visit () | 
| Sets Arg::_ignoreRest.  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 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().
