#include <HelpVisitor.h>
Inherits TCLAP::Visitor.

Public Member Functions | |
| HelpVisitor (CmdLineInterface *cmd, CmdLineOutput **out) | |
| void | visit () |
Protected Attributes | |
| CmdLineInterface * | _cmd |
| CmdLineOutput ** | _out |
A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object.
| TCLAP::HelpVisitor::HelpVisitor | ( | CmdLineInterface * | cmd, | |
| CmdLineOutput ** | out | |||
| ) | [inline] |
Constructor.
| cmd | - The CmdLine the output will be generated for. | |
| out | - The type of output. |
| void TCLAP::HelpVisitor::visit | ( | ) | [inline, virtual] |
Calls the usage method of the CmdLineOutput for the specified CmdLine.
Reimplemented from TCLAP::Visitor.
CmdLineInterface* TCLAP::HelpVisitor::_cmd [protected] |
The CmdLine the output will be generated for.
CmdLineOutput** TCLAP::HelpVisitor::_out [protected] |
The output object.
1.6.3