ROSE
0.11.96.11
|
Functor to print a version string and exit.
This functor does the same thing as ShowVersion, but then it exits the program with the specified status.
Definition at line 1649 of file util/Sawyer/CommandLine.h.
#include <CommandLine.h>
Public Types | |
typedef SharedPointer< ShowVersionAndExit > | Ptr |
Reference counting pointer for this class. | |
Public Types inherited from Sawyer::CommandLine::ShowVersion | |
typedef SharedPointer< ShowVersion > | Ptr |
Reference counting pointer for this class. | |
Public Types inherited from Sawyer::CommandLine::SwitchAction | |
typedef SharedPointer< SwitchAction > | Ptr |
Reference counting pointer for this class. | |
Static Public Member Functions | |
static Ptr | instance (const std::string &versionString, int exitStatus) |
Allocating constructor. More... | |
Static Public Member Functions inherited from Sawyer::CommandLine::ShowVersion | |
static Ptr | instance (const std::string &versionString) |
Allocating constructor. More... | |
Protected Member Functions | |
ShowVersionAndExit (const std::string &versionString, int exitStatus) | |
Constructor for derived classes. More... | |
virtual void | operator() (const ParserResult &) |
Protected Member Functions inherited from Sawyer::CommandLine::ShowVersion | |
ShowVersion (const std::string &versionString) | |
Constructor for derived classes. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Sawyer::CommandLine::SwitchAction | |
void | run (const ParserResult &parserResult) |
Runs the action. More... | |
Public Member Functions inherited from Sawyer::SharedObject | |
SharedObject () | |
Default constructor. More... | |
SharedObject (const SharedObject &) | |
Copy constructor. More... | |
virtual | ~SharedObject () |
Virtual destructor. More... | |
SharedObject & | operator= (const SharedObject &) |
Assignment. More... | |
|
inlineexplicitprotected |
Constructor for derived classes.
Non-subclass users should use instance instead.
Definition at line 1653 of file util/Sawyer/CommandLine.h.
|
inlinestatic |
Allocating constructor.
Returns a pointer to a new ShowVersionAndExit object. Uses will most likely want to use the showVersionAndExit factory instead, which requires less typing.
Definition at line 1663 of file util/Sawyer/CommandLine.h.