#include <CmdLineOutput.h>
Inheritance diagram for TCLAP::CmdLineOutput:
Public Member Functions | |
virtual | ~CmdLineOutput () |
Virtual destructor. | |
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. |
Definition at line 41 of file CmdLineOutput.h.
|
Virtual destructor.
Definition at line 49 of file CmdLineOutput.h. |
|
Generates some sort of output for a failure.
Implemented in TCLAP::DocBookOutput, TCLAP::StdOutput, and TCLAP::ZshCompletionOutput. Referenced by TCLAP::CmdLine::parse(). |
|
Generates some sort of output for the USAGE.
Implemented in TCLAP::DocBookOutput, TCLAP::StdOutput, and TCLAP::ZshCompletionOutput. |
|
Generates some sort of output for the version.
Implemented in TCLAP::DocBookOutput, TCLAP::StdOutput, and TCLAP::ZshCompletionOutput. |