#include <Visitor.h>
Inheritance diagram for TCLAP::Visitor:
Public Member Functions | |
Visitor () | |
Constructor. | |
virtual | ~Visitor () |
Destructor. | |
virtual void | visit () |
Does nothing. |
Definition at line 31 of file Visitor.h.
|
Constructor. Does nothing. |
|
Destructor. Does nothing. |
|
Does nothing. Should be overridden by child. Reimplemented in TCLAP::HelpVisitor, TCLAP::IgnoreRestVisitor, and TCLAP::VersionVisitor. Definition at line 48 of file Visitor.h. Referenced by TCLAP::Arg::_checkWithVisitor(). |