ROSE 0.11.145.147
|
Function to configure diagnostics to quiet mode.
Definition at line 1767 of file Sawyer/CommandLine.h.
#include <Sawyer/CommandLine.h>
Public Types | |
typedef SharedPointer< ConfigureDiagnosticsQuiet > | 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 (Message::Facilities &facilities) |
Allocating constructor. | |
Protected Member Functions | |
ConfigureDiagnosticsQuiet (Message::Facilities &facilities) | |
virtual void | operator() (const ParserResult &) |
Additional Inherited Members | |
Public Member Functions inherited from Sawyer::CommandLine::SwitchAction | |
void | run (const ParserResult &parserResult) |
Runs the action. | |
Public Member Functions inherited from Sawyer::SharedObject | |
SharedObject () | |
Default constructor. | |
SharedObject (const SharedObject &) | |
Copy constructor. | |
virtual | ~SharedObject () |
Virtual destructor. | |
SharedObject & | operator= (const SharedObject &) |
Assignment. | |
typedef SharedPointer<ConfigureDiagnosticsQuiet> Sawyer::CommandLine::ConfigureDiagnosticsQuiet::Ptr |
Reference counting pointer for this class.
Definition at line 1778 of file Sawyer/CommandLine.h.
|
inlineprotected |
Definition at line 1772 of file Sawyer/CommandLine.h.
|
inlinestatic |
Allocating constructor.
Returns a pointer to a new ConfigureDiagnosticsQuiet object. Users will most likely want to use the configureDiagnosticsQuiet factory instead, which requires less typing.
Definition at line 1784 of file Sawyer/CommandLine.h.
|
protectedvirtual |
Implements Sawyer::CommandLine::SwitchAction.