26#ifndef TCLAP_CMDLINEOUTPUT_H
27#define TCLAP_CMDLINEOUTPUT_H
38class CmdLineInterface;
A simple class that defines and argument exception.
The base class that manages the command line definition and passes along the parsing to the appropria...
The interface that any output object must implement.
virtual void usage(CmdLineInterface &c)=0
Generates some sort of output for the USAGE.
virtual void failure(CmdLineInterface &c, ArgException &e)=0
Generates some sort of output for a failure.
virtual void version(CmdLineInterface &c)=0
Generates some sort of output for the version.
virtual ~CmdLineOutput()
Virtual destructor.