31 #ifndef TCLAP_CMDLINEOUTPUT_H 32 #define TCLAP_CMDLINEOUTPUT_H 43 class CmdLineInterface;
The interface that any output object must implement.
virtual void usage(CmdLineInterface &c)=0
Generates some sort of output for the USAGE.
virtual ~CmdLineOutput()
Virtual destructor.
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.
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...