Main MRPT website > C++ reference for MRPT 1.5.3
List of all members | Public Member Functions | Protected Attributes
TCLAP::HelpVisitor Class Reference

Detailed Description

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

Definition at line 43 of file HelpVisitor.h.

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

Inheritance diagram for TCLAP::HelpVisitor:
Inheritance graph

Public Member Functions

 HelpVisitor (CmdLineInterface *cmd, CmdLineOutput **out)
 Constructor. More...
 
void visit ()
 Calls the usage method of the CmdLineOutput for the specified CmdLine. More...
 

Protected Attributes

CmdLineInterface_cmd
 The CmdLine the output will be generated for. More...
 
CmdLineOutput ** _out
 The output object. More...
 

Constructor & Destructor Documentation

◆ HelpVisitor()

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 64 of file HelpVisitor.h.

Member Function Documentation

◆ visit()

void TCLAP::HelpVisitor::visit ( )
inlinevirtual

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

Reimplemented from TCLAP::Visitor.

Definition at line 71 of file HelpVisitor.h.

Member Data Documentation

◆ _cmd

CmdLineInterface* TCLAP::HelpVisitor::_cmd
protected

The CmdLine the output will be generated for.

Definition at line 50 of file HelpVisitor.h.

◆ _out

CmdLineOutput** TCLAP::HelpVisitor::_out
protected

The output object.

Definition at line 55 of file HelpVisitor.h.




Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Sun Nov 26 00:44:48 UTC 2017