![]() |
VR-Link API Documentation for HLA 1516
|
The interface that any output object must implement. More...
Inheritance diagram for DtCmdLine::CmdLineOutput:Public Member Functions | |
| CmdLineOutput () | |
| virtual | ~CmdLineOutput () |
| virtual void | usage (CmdLineInterface &c)=0 |
| Generates some sort of output for the USAGE. | |
| virtual void | version (CmdLineInterface &c)=0 |
| Generates some sort of output for the version. | |
| virtual void | failure (CmdLineInterface &c, ArgException &e)=0 |
| Generates some sort of output for a failure. | |
The interface that any output object must implement.
|
inline |
|
inlinevirtual |
|
pure virtual |
Generates some sort of output for a failure.
| c | - The CmdLine object the output is generated for. |
| e | - The ArgException that caused the failure. |
Implemented in DtCmdLine::StdOutput, and DtCmdLine::DocBookOutput.
|
pure virtual |
Generates some sort of output for the USAGE.
| c | - The CmdLine object the output is generated for. |
Implemented in DtCmdLine::StdOutput, and DtCmdLine::DocBookOutput.
|
pure virtual |
Generates some sort of output for the version.
| c | - The CmdLine object the output is generated for. |
Implemented in DtCmdLine::StdOutput, and DtCmdLine::DocBookOutput.