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