#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.
| TCLAP::Visitor::Visitor | ( | ) | [inline] |
| virtual TCLAP::Visitor::~Visitor | ( | ) | [inline, virtual] |
| virtual void TCLAP::Visitor::visit | ( | ) | [inline, virtual] |
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().
1.5.1