31#ifndef TCLAP_VERSION_VISITOR_H
32#define TCLAP_VERSION_VISITOR_H
(Added by JLBC for MRPT): An exception that indicates to CmdLine::parse that help,...
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.
A Vistor that will call the version method of the given CmdLineOutput for the specified CmdLine objec...
void visit()
Calls the version method of the output object using the specified CmdLine.
VersionVisitor(CmdLineInterface *cmd, CmdLineOutput **out)
Constructor.
CmdLineOutput ** _out
The output object.
CmdLineInterface * _cmd
The CmdLine of interest.
A base class that defines the interface for visitors.