tclap
1.2.5
|
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::VersionVisitor, TCLAP::IgnoreRestVisitor, and TCLAP::HelpVisitor.
Referenced by TCLAP::Arg::_checkWithVisitor().