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

#include <HelpVisitor.h>

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

Public Member Functions

 HelpVisitor (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

 HelpVisitor (const HelpVisitor &rhs)
 
HelpVisitoroperator= (const HelpVisitor &rhs)
 

Detailed Description

A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object.

Definition at line 35 of file HelpVisitor.h.

Constructor & Destructor Documentation

TCLAP::HelpVisitor::HelpVisitor ( const HelpVisitor rhs)
private

Prevent accidental copying.

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

Constructor.

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

Definition at line 63 of file HelpVisitor.h.

Member Function Documentation

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

Calls the usage method of the CmdLineOutput for the specified CmdLine.

Reimplemented from TCLAP::Visitor.

Definition at line 70 of file HelpVisitor.h.

Member Data Documentation

CmdLineInterface* TCLAP::HelpVisitor::_cmd
protected

The CmdLine the output will be generated for.

Definition at line 49 of file HelpVisitor.h.

CmdLineOutput** TCLAP::HelpVisitor::_out
protected

The output object.

Definition at line 54 of file HelpVisitor.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