The interface that any output object must implement.
#include <mrpt/otherlibs/tclap/CmdLineOutput.h>

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. | |
| virtual TCLAP::CmdLineOutput::~CmdLineOutput | ( | ) | [inline, virtual] |
Virtual destructor.
Definition at line 49 of file CmdLineOutput.h.
| 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::StdOutput, and TCLAP::DocBookOutput.
Referenced by TCLAP::CmdLine::parse().
| 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::StdOutput, and TCLAP::DocBookOutput.
| 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::StdOutput, and TCLAP::DocBookOutput.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |