![]() |
VR-Link API Documentation for HLA 1516
|
A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object. More...
Inheritance diagram for DtCmdLine::HelpVisitor:
Collaboration diagram for DtCmdLine::HelpVisitor:Public Member Functions | |
| HelpVisitor (CmdLineInterface *cmd, CmdLineOutput **out, bool pressAnyKey=false) | |
| Constructor. More... | |
| virtual | ~HelpVisitor () |
| void | visit () |
| Calls the usage method of the CmdLineOutput for the specified CmdLine. More... | |
Public Member Functions inherited from DtCmdLine::Visitor | |
| Visitor () | |
| Constructor. More... | |
| virtual | ~Visitor () |
Protected Attributes | |
| CmdLineInterface * | _cmd |
| The CmdLine the output will be generated for. More... | |
| CmdLineOutput ** | _out |
| The output object. More... | |
| bool | myPressAnyKey |
A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdLine object.
|
inline |
Constructor.
| cmd | - The CmdLine the output will be generated for. |
| out | - The type of output. |
|
inlinevirtual |
|
inlinevirtual |
Calls the usage method of the CmdLineOutput for the specified CmdLine.
Reimplemented from DtCmdLine::Visitor.
References DtInfo, DtNotifyLevel, DtPollBlockingInputChar(), and DtSleep().
|
protected |
The CmdLine the output will be generated for.
|
protected |
The output object.
|
protected |