CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EDProducer.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_one_EDProducer_h
2 #define FWCore_Framework_one_EDProducer_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // Class : edm::one::EDProducer
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu, 09 May 2013 19:53:55 GMT
19 // $Id: EDProducer.h,v 1.1 2013/05/17 14:49:44 chrjones Exp $
20 //
21 
22 // system include files
23 
24 // user include files
26 
27 // forward declarations
28 namespace edm {
29  namespace one {
30  template< typename... T>
32  public virtual EDProducerBase {
33 
34  public:
35  EDProducer() = default;
36  //virtual ~EDProducer();
37 
38  // ---------- const member functions ---------------------
39 
40  // ---------- static member functions --------------------
41 
42  // ---------- member functions ---------------------------
43 
44  private:
45  EDProducer(const EDProducer&) = delete;
46  const EDProducer& operator=(const EDProducer&) = delete;
47 
48  // ---------- member data --------------------------------
49 
50  };
51 
52  }
53 }
54 
55 
56 #endif
const EDProducer & operator=(const EDProducer &)=delete
long double T