| tclap
    1.2.5
    | 
The interface that any output object must implement. More...
#include <CmdLineOutput.h>

| Public Member Functions | |
| virtual | ~CmdLineOutput () | 
| Virtual destructor.  More... | |
| virtual void | usage (CmdLineInterface &c)=0 | 
| Generates some sort of output for the USAGE.  More... | |
| virtual void | version (CmdLineInterface &c)=0 | 
| Generates some sort of output for the version.  More... | |
| virtual void | failure (CmdLineInterface &c, ArgException &e)=0 | 
| Generates some sort of output for a failure.  More... | |
The interface that any output object must implement.
Definition at line 44 of file CmdLineOutput.h.
| 
 | inlinevirtual | 
Virtual destructor.
Definition at line 52 of file CmdLineOutput.h.
| 
 | 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::ZshCompletionOutput, TCLAP::StdOutput, and TCLAP::DocBookOutput.
Referenced by TCLAP::CmdLine::parse().
| 
 | pure virtual | 
Generates some sort of output for the USAGE.
| c | - The CmdLine object the output is generated for. | 
Implemented in TCLAP::ZshCompletionOutput, TCLAP::StdOutput, and TCLAP::DocBookOutput.
| 
 | pure virtual | 
Generates some sort of output for the version.
| c | - The CmdLine object the output is generated for. | 
Implemented in TCLAP::ZshCompletionOutput, TCLAP::StdOutput, and TCLAP::DocBookOutput.