|
tclap
1.2.0
|
A base class that defines the interface for visitors. More...
#include <Visitor.h>

Public Member Functions | |
| Visitor () | |
| Constructor. | |
| virtual | ~Visitor () |
| Destructor. | |
| virtual void | visit () |
| Does nothing. | |
A base class that defines the interface for visitors.
| 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::VersionVisitor, TCLAP::HelpVisitor, and TCLAP::IgnoreRestVisitor.
Definition at line 48 of file Visitor.h.
Referenced by TCLAP::Arg::_checkWithVisitor().
1.7.5