The interface that any output object must implement.
Definition at line 49 of file CmdLineOutput.h.
#include <mrpt/otherlibs/tclap/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... | |
|
inlinevirtual |
Virtual destructor.
Definition at line 57 of file CmdLineOutput.h.
References exprtk::details::numeric::constant::e, failure(), usage(), and version().
|
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(), and ~CmdLineOutput().
|
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.
Referenced by ~CmdLineOutput().
|
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.
Referenced by ~CmdLineOutput().
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Mon Oct 30 10:27:08 UTC 2017 |