CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 public:
18  static void enable();
19 
21  static void loadAll();
22 
23 private:
24  static bool enabled_;
26  AutoLibraryLoader(const AutoLibraryLoader&); // stop default
27  const AutoLibraryLoader& operator=(const AutoLibraryLoader&); // stop default
28 };
29 
30 
31 #endif
const AutoLibraryLoader & operator=(const AutoLibraryLoader &)
static void loadAll()
load all known libraries holding dictionaries
friend class DummyClassToStopCompilerWarning
static void enable()
enable automatic library loading