tclap  1.2.1
Public Member Functions | List of all members
TCLAP::Visitor Class Reference

A base class that defines the interface for visitors. More...

#include <Visitor.h>

Inheritance diagram for TCLAP::Visitor:
Inheritance graph
[legend]

Public Member Functions

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

Detailed Description

A base class that defines the interface for visitors.

Definition at line 31 of file Visitor.h.

Constructor & Destructor Documentation

◆ Visitor()

TCLAP::Visitor::Visitor ( )
inline

Constructor.

Does nothing.

Definition at line 38 of file Visitor.h.

◆ ~Visitor()

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

Destructor.

Does nothing.

Definition at line 43 of file Visitor.h.

Member Function Documentation

◆ visit()

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

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


The documentation for this class was generated from the following file: