24#ifndef TCLAP_HELP_VISITOR_H
25#define TCLAP_HELP_VISITOR_H
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.
Thrown when TCLAP thinks the program should exit.
A Visitor object that calls the usage method of the given CmdLineOutput object for the specified CmdL...
void visit()
Calls the usage method of the CmdLineOutput for the specified CmdLine.
HelpVisitor(CmdLineInterface *cmd, CmdLineOutput **out)
Constructor.
CmdLineOutput ** _out
The output object.
CmdLineInterface * _cmd
The CmdLine the output will be generated for.
A base class that defines the interface for visitors.