| 
    ROSE 0.11.145.357
    
   | 
 
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.   | |
  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 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.