UniversalIndentGUI 1.2.0
|
#include <VersionVisitor.h>
Public Member Functions | |
VersionVisitor (CmdLineInterface *cmd, CmdLineOutput **out) | |
void | visit () |
Protected Attributes | |
CmdLineInterface * | _cmd |
CmdLineOutput ** | _out |
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.
TCLAP::VersionVisitor::VersionVisitor | ( | CmdLineInterface * | cmd, |
CmdLineOutput ** | out | ||
) | [inline] |
Constructor.
cmd | - The CmdLine the output is generated for. |
out | - The type of output. |
Definition at line 58 of file VersionVisitor.h.
void TCLAP::VersionVisitor::visit | ( | ) | [inline, virtual] |
Calls the version method of the output object using the specified CmdLine.
Reimplemented from TCLAP::Visitor.
Definition at line 65 of file VersionVisitor.h.
References _cmd.
CmdLineInterface* TCLAP::VersionVisitor::_cmd [protected] |
CmdLineOutput** TCLAP::VersionVisitor::_out [protected] |
The output object.
Definition at line 49 of file VersionVisitor.h.