15 #ifndef TCLAP_CMDLINEOUTPUT_H 16 #define TCLAP_CMDLINEOUTPUT_H 27 class CmdLineInterface;
virtual void usage(CmdLineInterface &c)=0
Tclap class indirectly used by children for standardising outputs.
Managing interface for The base class that manages the command line definition and passes along the p...
virtual void version(CmdLineInterface &c)=0
Defines the exception that is thrown whenever a command line is created and parsed.
virtual void failure(CmdLineInterface &c, ArgException &e)=0