ROSE 0.11.145.309
|
Function to configure diagnostics to quiet mode.
Definition at line 1762 of file Sawyer/CommandLine.h.
#include <Sawyer/CommandLine.h>
Public Types | |
typedef SharedPointer< ConfigureDiagnosticsQuiet > | Ptr |
Reference counting pointer for this class. | |
![]() | |
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 | |
![]() | |
void | run (const ParserResult &parserResult) |
Runs the action. | |
![]() | |
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 1774 of file Sawyer/CommandLine.h.
|
static |
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.
|
protectedvirtual |
Implements Sawyer::CommandLine::SwitchAction.