22#ifndef TCLAP_HELP_VISITOR_H
23#define TCLAP_HELP_VISITOR_H
41 HelpVisitor(
const HelpVisitor& rhs);
42 HelpVisitor& operator=(
const HelpVisitor& rhs);
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.
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.