Go to the documentation of this file.
30 #ifndef TCLAP_HELP_VISITOR_H
31 #define TCLAP_HELP_VISITOR_H
43 class HelpVisitor:
public Visitor
50 CmdLineInterface*
_cmd;
CmdLineOutput ** _out
The output object.
void visit()
Calls the usage method of the CmdLineOutput for the specified CmdLine.
(Added by JLBC for MRPT): An exception that indicates to CmdLine::parse that help,...
The interface that any output object must implement.
The base class that manages the command line definition and passes along the parsing to the appropria...
A base class that defines the interface for visitors.
CmdLineInterface * _cmd
The CmdLine the output will be generated for.
HelpVisitor(CmdLineInterface *cmd, CmdLineOutput **out)
Constructor.
Page generated by Doxygen 1.8.16 for MRPT 1.4.0 SVN: at Mon Oct 14 23:11:08 UTC 2019 | | |