TClap class indirectly used to define the interface for visitors. More...
#include <ignore_rest_visitor.hpp>
Public Member Functions | |
IgnoreRestVisitor () | |
void | visit () |
Public Member Functions inherited from ecl::Visitor | |
Visitor () | |
virtual | ~Visitor () |
TClap class indirectly used to define the interface for visitors.
A Vistor that tells the CmdLine to begin ignoring arguments after this one is parsed.
Definition at line 30 of file ignore_rest_visitor.hpp.
|
inline |
Constructor.
Definition at line 37 of file ignore_rest_visitor.hpp.
|
inlinevirtual |
Sets Arg::_ignoreRest.
Reimplemented from ecl::Visitor.
Definition at line 42 of file ignore_rest_visitor.hpp.