tclap
1.2.1
|
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 () |
Does nothing. More... | |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Does nothing.
Should be overridden by child.
Reimplemented in TCLAP::VersionVisitor, TCLAP::HelpVisitor, and TCLAP::IgnoreRestVisitor.
Definition at line 48 of file Visitor.h.
Referenced by TCLAP::Arg::_checkWithVisitor().