tclap 1.2.5
|
A base class that defines the interface for visitors. More...
#include <Visitor.h>
Public Member Functions | |
Visitor () | |
Constructor. | |
virtual | ~Visitor () |
Destructor. | |
virtual void | visit ()=0 |
This method (to implemented by children) will be called when the visitor is visited. | |
|
inline |
|
inlinevirtual |
|
pure virtual |
This method (to implemented by children) will be called when the visitor is visited.
Implemented in TCLAP::HelpVisitor, TCLAP::IgnoreRestVisitor, and TCLAP::VersionVisitor.
Referenced by TCLAP::Arg::_checkWithVisitor().