#include <VersionVisitor.h>

Public Member Functions | |
| VersionVisitor (CmdLineInterface *cmd, CmdLineOutput **out) | |
| void | visit () |
Public Member Functions inherited from TCLAP::Visitor | |
| Visitor () | |
| virtual | ~Visitor () |
Protected Attributes | |
| CmdLineInterface * | _cmd |
| CmdLineOutput ** | _out |
Private Member Functions | |
| VersionVisitor & | operator= (const VersionVisitor &rhs) |
| VersionVisitor (const VersionVisitor &rhs) | |
A Vistor that will call the version method of the given CmdLineOutput for the specified CmdLine object and then exit.
Definition at line 37 of file VersionVisitor.h.
|
private |
Prevent accidental copying
|
inline |
Constructor.
| cmd | - The CmdLine the output is generated for. |
| out | - The type of output. |
Definition at line 65 of file VersionVisitor.h.
|
private |
|
inlinevirtual |
Calls the version method of the output object using the specified CmdLine.
Reimplemented from TCLAP::Visitor.
Definition at line 72 of file VersionVisitor.h.
|
protected |
The CmdLine of interest.
Definition at line 51 of file VersionVisitor.h.
|
protected |
The output object.
Definition at line 56 of file VersionVisitor.h.