24 #ifndef TCLAP_VERSION_VISITOR_H
25 #define TCLAP_VERSION_VISITOR_H
73 (*_out)->version(*
_cmd);
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 that will call the version method of the given CmdLineOutput for the specified CmdLine obje...
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.