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