30 #ifndef TCLAP_HELP_VISITOR_H 31 #define TCLAP_HELP_VISITOR_H 65 :
Visitor(), _cmd( cmd ), _out( out ) { }
The interface that any output object must implement.
void visit()
Calls the usage method of the CmdLineOutput for the specified CmdLine.
CmdLineOutput ** _out
The output object.
(Added by JLBC for MRPT): An exception that indicates to CmdLine::parse that help,version,...
HelpVisitor(CmdLineInterface *cmd, CmdLineOutput **out)
Constructor.
A base class that defines the interface for visitors.
A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdL...
CmdLineInterface * _cmd
The CmdLine the output will be generated for.
The base class that manages the command line definition and passes along the parsing to the appropria...