A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object.
Definition at line 59 of file HelpVisitor.h.
#include <mrpt/otherlibs/tclap/HelpVisitor.h>
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... | |
|
inline |
Constructor.
cmd | - The CmdLine the output will be generated for. |
out | - The type of output. |
Definition at line 97 of file HelpVisitor.h.
|
inlinevirtual |
Calls the usage method of the CmdLineOutput for the specified CmdLine.
Reimplemented from TCLAP::Visitor.
Definition at line 104 of file HelpVisitor.h.
|
protected |
The CmdLine the output will be generated for.
Definition at line 83 of file HelpVisitor.h.
|
protected |
The output object.
Definition at line 88 of file HelpVisitor.h.
Page generated by Doxygen 1.8.16 for MRPT 1.4.0 SVN: at Mon Oct 14 23:11:08 UTC 2019 |