Main MRPT website > C++ reference
MRPT logo
Public Member Functions

TCLAP::CmdLineOutput Class Reference


Detailed Description

The interface that any output object must implement.

Definition at line 41 of file CmdLineOutput.h.

#include <mrpt/otherlibs/tclap/CmdLineOutput.h>

Inheritance diagram for TCLAP::CmdLineOutput:
Inheritance graph
[legend]

List of all members.

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.

Constructor & Destructor Documentation

virtual TCLAP::CmdLineOutput::~CmdLineOutput (  ) [inline, virtual]

Virtual destructor.

Definition at line 49 of file CmdLineOutput.h.


Member Function Documentation

virtual void TCLAP::CmdLineOutput::failure ( CmdLineInterface c,
ArgException e 
) [pure virtual]

Generates some sort of output for a failure.

Parameters:
c- The CmdLine object the output is generated for.
e- The ArgException that caused the failure.

Implemented in TCLAP::DocBookOutput, and TCLAP::StdOutput.

virtual void TCLAP::CmdLineOutput::usage ( CmdLineInterface c ) [pure virtual]

Generates some sort of output for the USAGE.

Parameters:
c- The CmdLine object the output is generated for.

Implemented in TCLAP::DocBookOutput, and TCLAP::StdOutput.

virtual void TCLAP::CmdLineOutput::version ( CmdLineInterface c ) [pure virtual]

Generates some sort of output for the version.

Parameters:
c- The CmdLine object the output is generated for.

Implemented in TCLAP::DocBookOutput, and TCLAP::StdOutput.




Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011