A base class that defines the interface for visitors.
Definition at line 31 of file libs/base/include/mrpt/otherlibs/tclap/Visitor.h.
#include <mrpt/otherlibs/tclap/Visitor.h>

Public Member Functions | |
| Visitor () | |
| Constructor. | |
| virtual | ~Visitor () |
| Destructor. | |
| virtual void | visit () |
| Does nothing. | |
| TCLAP::Visitor::Visitor | ( | ) | [inline] |
Constructor.
Does nothing.
Definition at line 38 of file libs/base/include/mrpt/otherlibs/tclap/Visitor.h.
| virtual TCLAP::Visitor::~Visitor | ( | ) | [inline, virtual] |
Destructor.
Does nothing.
Definition at line 43 of file libs/base/include/mrpt/otherlibs/tclap/Visitor.h.
| 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 libs/base/include/mrpt/otherlibs/tclap/Visitor.h.
Referenced by TCLAP::Arg::_checkWithVisitor().
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |