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 // $Id: LoadAllDictionaries.h,v 1.5 2010/03/09 16:24:55 wdd Exp $
20 //
21 
22 // system include files
23 
24 // user include files
25 
26 // forward declarations
27 namespace edm {
28  class ParameterSet;
30  namespace service {
32  {
33 
34  public:
36  //virtual ~LoadAllDictionaries();
37 
38  // ---------- const member functions ---------------------
39 
40  // ---------- static member functions --------------------
41  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
42 
43  // ---------- member functions ---------------------------
44 
45  private:
46  LoadAllDictionaries(const LoadAllDictionaries&); // stop default
47 
48  const LoadAllDictionaries& operator=(const LoadAllDictionaries&); // stop default
49 
50  // ---------- member data --------------------------------
51 
52  };
53  }
54 }
55 
56 #endif
const LoadAllDictionaries & operator=(const LoadAllDictionaries &)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
LoadAllDictionaries(const edm::ParameterSet &)