TClap class indirectly used to define the interface for visitors. More...
#include <ignore_rest_visitor.hpp>
Public Member Functions | |
IgnoreRestVisitor () | |
void | visit () |
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.
ecl::IgnoreRestVisitor::IgnoreRestVisitor | ( | ) | [inline] |
Constructor.
Definition at line 37 of file ignore_rest_visitor.hpp.
void ecl::IgnoreRestVisitor::visit | ( | ) | [inline, virtual] |
Sets Arg::_ignoreRest.
Reimplemented from ecl::Visitor.
Definition at line 42 of file ignore_rest_visitor.hpp.