tclap  1.4.0
Public Member Functions | List of all members
TCLAP::IgnoreRestVisitor Class Reference

A Visitor that tells the CmdLine to begin ignoring arguments after this one is parsed. More...

#include <IgnoreRestVisitor.h>

Inheritance diagram for TCLAP::IgnoreRestVisitor:
Inheritance graph
[legend]
Collaboration diagram for TCLAP::IgnoreRestVisitor:
Collaboration graph
[legend]

Public Member Functions

 IgnoreRestVisitor (CmdLineInterface &cmdLine)
 
void visit ()
 This method (to implemented by children) will be called when the visitor is visited. More...
 
- Public Member Functions inherited from TCLAP::Visitor
 Visitor ()
 Constructor. More...
 
virtual ~Visitor ()
 Destructor. More...
 

Detailed Description

A Visitor that tells the CmdLine to begin ignoring arguments after this one is parsed.

Definition at line 36 of file IgnoreRestVisitor.h.

Constructor & Destructor Documentation

◆ IgnoreRestVisitor()

TCLAP::IgnoreRestVisitor::IgnoreRestVisitor ( CmdLineInterface cmdLine)
inline

Definition at line 38 of file IgnoreRestVisitor.h.

Member Function Documentation

◆ visit()

void TCLAP::IgnoreRestVisitor::visit ( )
inlinevirtual

This method (to implemented by children) will be called when the visitor is visited.

Implements TCLAP::Visitor.

Definition at line 40 of file IgnoreRestVisitor.h.

References TCLAP::CmdLineInterface::beginIgnoring().

Here is the call graph for this function:

The documentation for this class was generated from the following file: