tclap  1.4.0
Public Member Functions | Protected Attributes | List of all members
TCLAP::VersionVisitor Class Reference

A Visitor that will call the version method of the given CmdLineOutput for the specified CmdLine object and then exit. More...

#include <VersionVisitor.h>

Inheritance diagram for TCLAP::VersionVisitor:
Inheritance graph
[legend]
Collaboration diagram for TCLAP::VersionVisitor:
Collaboration graph
[legend]

Public Member Functions

 VersionVisitor (CmdLineInterface *cmd, CmdLineOutput **out)
 Constructor. More...
 
void visit ()
 Calls the version method of the output object using the specified CmdLine. More...
 
- Public Member Functions inherited from TCLAP::Visitor
 Visitor ()
 Constructor. More...
 
virtual ~Visitor ()
 Destructor. More...
 

Protected Attributes

CmdLineInterface_cmd
 The CmdLine of interest. More...
 
CmdLineOutput ** _out
 The output object. More...
 

Detailed Description

A Visitor that will call the version method of the given CmdLineOutput for the specified CmdLine object and then exit.

Definition at line 36 of file VersionVisitor.h.

Constructor & Destructor Documentation

◆ VersionVisitor()

TCLAP::VersionVisitor::VersionVisitor ( CmdLineInterface cmd,
CmdLineOutput **  out 
)
inline

Constructor.

Parameters
cmd- The CmdLine the output is generated for.
out- The type of output.

Definition at line 61 of file VersionVisitor.h.

Member Function Documentation

◆ visit()

void TCLAP::VersionVisitor::visit ( )
inlinevirtual

Calls the version method of the output object using the specified CmdLine.

Implements TCLAP::Visitor.

Definition at line 68 of file VersionVisitor.h.

Member Data Documentation

◆ _cmd

CmdLineInterface* TCLAP::VersionVisitor::_cmd
protected

The CmdLine of interest.

Definition at line 48 of file VersionVisitor.h.

◆ _out

CmdLineOutput** TCLAP::VersionVisitor::_out
protected

The output object.

Definition at line 53 of file VersionVisitor.h.


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