SourceForge.net Logo timeSeries: timeSeries Class Library

TCLAP::CmdLineOutput Class Reference

#include <CmdLineOutput.h>

Inherited by TCLAP::DocBookOutput, and TCLAP::StdOutput.

List of all members.

Public Member Functions

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

Detailed Description

The interface that any output object must implement.


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.

Generated on Tue Mar 16 15:10:55 2010 for timeSeries by  doxygen 1.6.3