#include <HelpVisitor.h>

Public Member Functions | |
| HelpVisitor (CmdLineInterface *cmd, CmdLineOutput **out) | |
| void | visit () |
Protected Attributes | |
| CmdLineInterface * | _cmd |
| CmdLineOutput ** | _out |
Private Member Functions | |
| HelpVisitor (const HelpVisitor &rhs) | |
| HelpVisitor & | operator= (const HelpVisitor &rhs) |
A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object.
Definition at line 35 of file HelpVisitor.h.
| TCLAP::HelpVisitor::HelpVisitor | ( | const HelpVisitor & | rhs | ) | [private] |
Prevent accidental copying.
| TCLAP::HelpVisitor::HelpVisitor | ( | CmdLineInterface * | cmd, |
| CmdLineOutput ** | out | ||
| ) | [inline] |
Constructor.
| cmd | - The CmdLine the output will be generated for. |
| out | - The type of output. |
Definition at line 63 of file HelpVisitor.h.
| HelpVisitor& TCLAP::HelpVisitor::operator= | ( | const HelpVisitor & | rhs | ) | [private] |
| void TCLAP::HelpVisitor::visit | ( | ) | [inline, virtual] |
Calls the usage method of the CmdLineOutput for the specified CmdLine.
Reimplemented from TCLAP::Visitor.
Definition at line 70 of file HelpVisitor.h.
CmdLineInterface* TCLAP::HelpVisitor::_cmd [protected] |
The CmdLine the output will be generated for.
Definition at line 49 of file HelpVisitor.h.
CmdLineOutput** TCLAP::HelpVisitor::_out [protected] |
The output object.
Definition at line 54 of file HelpVisitor.h.