CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LoadAllDictionaries.h
Go to the documentation of this file.
1 #ifndef FWCore_Services_LoadAllDictionaries_h
2 #define FWCore_Services_LoadAllDictionaries_h
3 // -*- C++ -*-
4 //
5 // Package: Services
6 // Class : LoadAllDictionaries
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu Sep 15 09:47:42 EDT 2005
19 //
20 
21 // system include files
22 
23 // user include files
24 
25 // forward declarations
26 namespace edm {
27  class ParameterSet;
29  namespace service {
31  {
32 
33  public:
35  //virtual ~LoadAllDictionaries();
36 
37  // ---------- const member functions ---------------------
38 
39  // ---------- static member functions --------------------
40  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
41 
42  // ---------- member functions ---------------------------
43 
44  private:
45  LoadAllDictionaries(const LoadAllDictionaries&); // stop default
46 
47  const LoadAllDictionaries& operator=(const LoadAllDictionaries&); // stop default
48 
49  // ---------- member data --------------------------------
50 
51  };
52  }
53 }
54 
55 #endif
const LoadAllDictionaries & operator=(const LoadAllDictionaries &)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
LoadAllDictionaries(const edm::ParameterSet &)