test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
producerAbilityToImplementor.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_global_producerAbilityToImplementor_h
2 #define FWCore_Framework_global_producerAbilityToImplementor_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // File : producerAbilityToImplementor
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu, 18 Jul 2013 11:51:33 GMT
19 //
20 
21 // system include files
22 
23 // user include files
27 
28 // forward declarations
29 namespace edm {
30  namespace global {
31  namespace producer {
32  template<typename T> struct AbilityToImplementor;
33 
34  template<typename C>
37  };
38 
39  template<typename C>
40  struct AbilityToImplementor<edm::RunCache<C>> {
42  };
43 
44  template<typename C>
47  };
48 
49  template<typename C>
52  };
53 
54  template<typename C>
57  };
58 
59  template<>
62  };
63 
64  template<>
67  };
68 
69  template<>
72  };
73 
74  template<>
77  };
78 
79  template<bool,bool,typename T> struct SpecializeAbilityToImplementor {
81  };
82 
83  template<bool B,typename C> struct SpecializeAbilityToImplementor<true,B,edm::RunSummaryCache<C>> {
85  };
86 
87  template<bool B> struct SpecializeAbilityToImplementor<true,B,edm::EndRunProducer> {
89  };
90 
91  template<bool B,typename C> struct SpecializeAbilityToImplementor<B,true,edm::LuminosityBlockSummaryCache<C>> {
93  };
94 
97  };
98  }
99  }
100 }
101 
102 #endif
edm::global::impl::LuminosityBlockCacheHolder< edm::global::EDProducerBase, C > Type
edm::global::impl::RunSummaryCacheHolder< edm::global::EDProducerBase, C > Type
edm::global::impl::EndLuminosityBlockSummaryProducer< edm::global::EDProducerBase, C > Type
edm::global::impl::EndLuminosityBlockProducer< edm::global::EDProducerBase > Type
edm::global::impl::BeginLuminosityBlockProducer< edm::global::EDProducerBase > Type
edm::global::impl::LuminosityBlockSummaryCacheHolder< edm::global::EDProducerBase, C > Type
edm::global::impl::RunCacheHolder< edm::global::EDProducerBase, C > Type
edm::global::impl::EndRunProducer< edm::global::EDProducerBase > Type
edm::global::impl::BeginRunProducer< edm::global::EDProducerBase > Type
edm::global::impl::StreamCacheHolder< edm::global::EDProducerBase, C > Type
edm::global::impl::EndRunSummaryProducer< edm::global::EDProducerBase, C > Type