CMS 3D CMS Logo

AutoLibraryLoader.h
Go to the documentation of this file.
1 #ifndef FWCore_FWLite_AutoLibraryLoader_h
2 #define FWCore_FWLite_AutoLibraryLoader_h
3 
12 class DummyClassToStopCompilerWarning;
13 
16 
17 public:
19  static void enable();
20 
22  static void loadAll();
23 
24 private:
25  static bool enabled_;
27  AutoLibraryLoader(const AutoLibraryLoader&) = delete; // stop default
28  const AutoLibraryLoader& operator=(const AutoLibraryLoader&) = delete; // stop default
29 };
30 
31 #endif
static void loadAll()
load all known libraries holding dictionaries
const AutoLibraryLoader & operator=(const AutoLibraryLoader &)=delete
friend class DummyClassToStopCompilerWarning
static void enable()
enable automatic library loading