Public Member Functions | List of all members
TCLAP::CmdLineOutput Class Referenceabstract

#include <CmdLineOutput.h>

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

Public Member Functions

virtual void failure (CmdLineInterface &c, ArgException &e)=0
 
virtual void usage (CmdLineInterface &c)=0
 
virtual void version (CmdLineInterface &c)=0
 
virtual ~CmdLineOutput ()
 

Detailed Description

The interface that any output object must implement.

Definition at line 41 of file CmdLineOutput.h.

Constructor & Destructor Documentation

virtual TCLAP::CmdLineOutput::~CmdLineOutput ( )
inlinevirtual

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::ZshCompletionOutput, 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::ZshCompletionOutput, 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::ZshCompletionOutput, TCLAP::DocBookOutput, and TCLAP::StdOutput.


The documentation for this class was generated from the following file:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:43