CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
14 public:
15  FWLiteEnabler(const FWLiteEnabler&) = delete; // stop default
16  FWLiteEnabler const& operator=(FWLiteEnabler const&) = delete; // stop default
18  static void enable();
19 
20 private:
21  static bool enabled_;
22  FWLiteEnabler();
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:21