15 #ifndef TCLAP_VERSION_VISITOR_H 16 #define TCLAP_VERSION_VISITOR_H 52 :
Visitor(), _cmd( cmd ), _out( out ) { }
58 void visit() { (*_out)->version(*_cmd); exit(0); }
TClap class indirectly used to define the interface for visitors.
Tclap class indirectly used by children for standardising outputs.
Managing interface for The base class that manages the command line definition and passes along the p...
TCLAP command line argument parser classes.
TClap class indirectly used to define the interface for visitors.
TCLAP command line argument parser classes.
TCLAP command line argument parser classes.
VersionVisitor(CmdLineInterface *cmd, CmdLineOutput **out)