CMS 3D CMS Logo

FWLiteEnabler.h
Go to the documentation of this file.
1 #ifndef FWCore_FWLite_FWLiteEnabler_h
2 #define FWCore_FWLite_FWLiteEnabler_h
3 
9 class DummyClassToStopCompilerWarning;
10 
13 public:
14  FWLiteEnabler(const FWLiteEnabler&) = delete; // stop default
15  FWLiteEnabler const& operator=(FWLiteEnabler const&) = delete; // stop default
17  static void enable();
18 
19 private:
20  static bool enabled_;
21  FWLiteEnabler();
22 };
23 
24 
25 #endif
static void enable()
enable automatic library loading
FWLiteEnabler const & operator=(FWLiteEnabler const &)=delete
friend class DummyClassToStopCompilerWarning
Definition: FWLiteEnabler.h:12
static bool enabled_
Definition: FWLiteEnabler.h:20