Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Member Functions
TCLAP::Visitor Class Reference

Detailed Description

A base class that defines the interface for visitors.

Definition at line 39 of file Visitor.h.

#include <mrpt/otherlibs/tclap/Visitor.h>

Inheritance diagram for TCLAP::Visitor:
Inheritance graph

Public Member Functions

 Visitor ()
 Constructor. More...
 
virtual ~Visitor ()
 Destructor. More...
 
virtual void visit ()
 Does nothing. More...
 

Constructor & Destructor Documentation

◆ Visitor()

TCLAP::Visitor::Visitor ( )
inline

Constructor.

Does nothing.

Definition at line 46 of file Visitor.h.

◆ ~Visitor()

virtual TCLAP::Visitor::~Visitor ( )
inlinevirtual

Destructor.

Does nothing.

Definition at line 51 of file Visitor.h.

Member Function Documentation

◆ visit()

virtual void TCLAP::Visitor::visit ( )
inlinevirtual

Does nothing.

Should be overridden by child.

Reimplemented in TCLAP::HelpVisitor, TCLAP::IgnoreRestVisitor, and TCLAP::VersionVisitor.

Definition at line 56 of file Visitor.h.

Referenced by TCLAP::Arg::_checkWithVisitor().




Page generated by Doxygen 1.9.5 for MRPT 1.4.0 SVN: at Sun Nov 27 02:56:59 UTC 2022