#include <VersionVisitor.h>
Inheritance diagram for TCLAP::VersionVisitor:
Public Member Functions | |
VersionVisitor (CmdLineInterface *cmd, CmdLineOutput **out) | |
Constructor. | |
void | visit () |
Calls the version method of the output object using the specified CmdLine. | |
Protected Attributes | |
CmdLineInterface * | _cmd |
The CmdLine of interest. | |
CmdLineOutput ** | _out |
The output object. |
Definition at line 37 of file VersionVisitor.h.
|
Constructor.
Definition at line 58 of file VersionVisitor.h. |
|
Calls the version method of the output object using the specified CmdLine.
Reimplemented from TCLAP::Visitor. Definition at line 65 of file VersionVisitor.h. |
|
The CmdLine of interest.
Definition at line 44 of file VersionVisitor.h. |
|
The output object.
Definition at line 49 of file VersionVisitor.h. |