24#ifndef TCLAP_VERSION_VISITOR_H
25#define TCLAP_VERSION_VISITOR_H
43 VersionVisitor(
const VersionVisitor& rhs);
44 VersionVisitor& operator=(
const VersionVisitor& rhs);
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.
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.