#include <HelpVisitor.h>
Inheritance diagram for TCLAP::HelpVisitor:
Public Member Functions | |
HelpVisitor (CmdLineInterface *cmd, CmdLineOutput **out) | |
Constructor. | |
void | visit () |
Calls the usage method of the CmdLineOutput for the specified CmdLine. | |
Protected Attributes | |
CmdLineInterface * | _cmd |
The CmdLine the output will be generated for. | |
CmdLineOutput ** | _out |
The output object. |
Definition at line 35 of file HelpVisitor.h.
|
Constructor.
Definition at line 56 of file HelpVisitor.h. |
|
Calls the usage method of the CmdLineOutput for the specified CmdLine.
Reimplemented from TCLAP::Visitor. Definition at line 63 of file HelpVisitor.h. |
|
The CmdLine the output will be generated for.
Definition at line 42 of file HelpVisitor.h. |
|
The output object.
Definition at line 47 of file HelpVisitor.h. |