CMS 3D CMS Logo

SilentMLscribe.h
Go to the documentation of this file.
1 #ifndef FWCore_MessageLogger_SilentMLscribe_h
2 #define FWCore_MessageLogger_SilentMLscribe_h
3 // -*- C++ -*-
4 //
5 // Package: MessageLogger
6 // Class : SilentMLscribe
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu Jul 30 09:57:52 CDT 2009
19 //
20 
21 // system include files
22 
23 // user include files
25 
26 // forward declarations
27 namespace edm {
28  namespace service {
30 
31  public:
33  ~SilentMLscribe() override;
34 
35 
36  // ---------- member functions ---------------------------
37 
38  void runCommand(MessageLoggerQ::OpCode opcode, void * operand) override;
39 
40  private:
41  SilentMLscribe(const SilentMLscribe&) = delete; // stop default
42 
43  const SilentMLscribe& operator=(const SilentMLscribe&) = delete; // stop default
44 
45  // ---------- member data --------------------------------
46 
47  };
48  }
49 }
50 
51 #endif
void runCommand(MessageLoggerQ::OpCode opcode, void *operand) override
const SilentMLscribe & operator=(const SilentMLscribe &)=delete
HLT enums.