| tclap
    1.2.5
    | 
A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object. More...
#include <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... | |
|  Public Member Functions inherited from TCLAP::Visitor | |
| Visitor () | |
| Constructor.  More... | |
| virtual | ~Visitor () | 
| Destructor.  More... | |
| Protected Attributes | |
| CmdLineInterface * | _cmd | 
| The CmdLine the output will be generated for.  More... | |
| CmdLineOutput ** | _out | 
| The output object.  More... | |
A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object.
Definition at line 37 of file HelpVisitor.h.
| 
 | inline | 
Constructor.
| cmd | - The CmdLine the output will be generated for. | 
| out | - The type of output. | 
Definition at line 65 of file HelpVisitor.h.
| 
 | inlinevirtual | 
Calls the usage method of the CmdLineOutput for the specified CmdLine.
Implements TCLAP::Visitor.
Definition at line 72 of file HelpVisitor.h.
References _cmd.
| 
 | protected | 
The CmdLine the output will be generated for.
Definition at line 51 of file HelpVisitor.h.
Referenced by visit().
| 
 | protected | 
The output object.
Definition at line 56 of file HelpVisitor.h.