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