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.
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().