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

#include <VersionVisitor.h>

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

Public Member Functions

 VersionVisitor (CmdLineInterface *cmd, CmdLineOutput **out)
 
void visit ()
 
- Public Member Functions inherited from TCLAP::Visitor
 Visitor ()
 
virtual ~Visitor ()
 

Protected Attributes

CmdLineInterface_cmd
 
CmdLineOutput ** _out
 

Private Member Functions

VersionVisitoroperator= (const VersionVisitor &rhs)
 
 VersionVisitor (const VersionVisitor &rhs)
 

Detailed Description

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

Definition at line 37 of file VersionVisitor.h.

Constructor & Destructor Documentation

TCLAP::VersionVisitor::VersionVisitor ( const VersionVisitor rhs)
private

Prevent accidental copying

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 65 of file VersionVisitor.h.

Member Function Documentation

VersionVisitor& TCLAP::VersionVisitor::operator= ( const VersionVisitor rhs)
private
void TCLAP::VersionVisitor::visit ( )
inlinevirtual

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

Reimplemented from TCLAP::Visitor.

Definition at line 72 of file VersionVisitor.h.

Member Data Documentation

CmdLineInterface* TCLAP::VersionVisitor::_cmd
protected

The CmdLine of interest.

Definition at line 51 of file VersionVisitor.h.

CmdLineOutput** TCLAP::VersionVisitor::_out
protected

The output object.

Definition at line 56 of file VersionVisitor.h.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:43