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>

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 64 of file HelpVisitor.h.
|
inlinevirtual |
Calls the usage method of the CmdLineOutput for the specified CmdLine.
Reimplemented from TCLAP::Visitor.
Definition at line 71 of file HelpVisitor.h.
References _cmd.
|
protected |
The CmdLine the output will be generated for.
Definition at line 50 of file HelpVisitor.h.
Referenced by visit().
|
protected |
The output object.
Definition at line 55 of file HelpVisitor.h.
| Page generated by Doxygen 1.9.1 for MRPT 1.4.0 SVN: at Fri Sep 3 01:11:30 UTC 2021 |