24 #ifndef TCLAP_IGNORE_REST_VISITOR_H 25 #define TCLAP_IGNORE_REST_VISITOR_H 39 :
Visitor(), cmdLine_(cmdLine) {}
47 #endif // TCLAP_IGNORE_REST_VISITOR_H virtual void beginIgnoring()=0
Begin ignoring arguments since the "--" argument was specified.
void visit()
This method (to implemented by children) will be called when the visitor is visited.
A base class that defines the interface for visitors.
The base class that manages the command line definition and passes along the parsing to the appropria...
IgnoreRestVisitor(CmdLineInterface &cmdLine)
A Visitor that tells the CmdLine to begin ignoring arguments after this one is parsed.