A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object.
Definition at line 61 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 100 of file HelpVisitor.h.
|
inlinevirtual |
Calls the usage method of the CmdLineOutput for the specified CmdLine.
Reimplemented from TCLAP::Visitor.
Definition at line 107 of file HelpVisitor.h.
|
protected |
The CmdLine the output will be generated for.
Definition at line 86 of file HelpVisitor.h.
|
protected |
The output object.
Definition at line 91 of file HelpVisitor.h.
Page generated by Doxygen 1.8.17 for MRPT 1.4.0 SVN: at Sat Jan 18 22:37:07 UTC 2020 |