#include <IgnoreRestVisitor.h>
Inherits TCLAP::Visitor.
Public Member Functions | |
IgnoreRestVisitor () | |
void | visit () |
A Vistor that tells the CmdLine to begin ignoring arguments after this one is parsed.
TCLAP::IgnoreRestVisitor::IgnoreRestVisitor | ( | ) | [inline] |
Constructor.
void TCLAP::IgnoreRestVisitor::visit | ( | ) | [inline, virtual] |
Sets Arg::_ignoreRest.
Reimplemented from TCLAP::Visitor.