#include <CmdLineOutput.h>
Inherited by TCLAP::DocBookOutput, and TCLAP::StdOutput.
Public Member Functions | |
| virtual void | usage (CmdLineInterface &c)=0 |
| virtual void | version (CmdLineInterface &c)=0 |
| virtual void | failure (CmdLineInterface &c, ArgException &e)=0 |
The interface that any output object must implement.
| virtual void TCLAP::CmdLineOutput::failure | ( | CmdLineInterface & | c, | |
| ArgException & | e | |||
| ) | [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 TCLAP::DocBookOutput, and TCLAP::StdOutput.
| virtual void TCLAP::CmdLineOutput::usage | ( | CmdLineInterface & | c | ) | [pure virtual] |
Generates some sort of output for the USAGE.
| c | - The CmdLine object the output is generated for. |
Implemented in TCLAP::DocBookOutput, and TCLAP::StdOutput.
| virtual void TCLAP::CmdLineOutput::version | ( | CmdLineInterface & | c | ) | [pure virtual] |
Generates some sort of output for the version.
| c | - The CmdLine object the output is generated for. |
Implemented in TCLAP::DocBookOutput, and TCLAP::StdOutput.
1.6.3