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 |
Constructor.
Does nothing.
Definition at line 41 of file Visitor.h.
Referenced by TCLAP::HelpVisitor::HelpVisitor(), TCLAP::IgnoreRestVisitor::IgnoreRestVisitor(), and TCLAP::VersionVisitor::VersionVisitor().
|
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.