CMS 3D CMS Logo

producerAbilityToImplementor.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_limited_producerAbilityToImplementor_h
2 #define FWCore_Framework_limited_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 limited {
31  namespace producer {
32  template<typename T> struct AbilityToImplementor;
33 
34  template<typename C>
37  };
38 
39  template<typename 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<>
82  };
83 
84  template<bool,bool,typename T> struct SpecializeAbilityToImplementor {
86  };
87 
88  template<bool B,typename C> struct SpecializeAbilityToImplementor<true,B,edm::RunSummaryCache<C>> {
90  };
91 
94  };
95 
96  template<bool B,typename C> struct SpecializeAbilityToImplementor<B,true,edm::LuminosityBlockSummaryCache<C>> {
98  };
99 
102  };
103  }
104  }
105 }
106 
107 #endif
edm::limited::impl::BeginRunProducer< edm::limited::EDProducerBase > Type
edm::limited::impl::BeginLuminosityBlockProducer< edm::limited::EDProducerBase > Type
static const std::string B
edm::limited::impl::LuminosityBlockCacheHolder< edm::limited::EDProducerBase, C > Type
edm::limited::impl::EndLuminosityBlockProducer< edm::limited::EDProducerBase > Type
edm::limited::impl::EndLuminosityBlockSummaryProducer< edm::limited::EDProducerBase, C > Type
edm::limited::impl::Accumulator< edm::limited::EDProducerBase > Type
edm::limited::impl::RunCacheHolder< edm::limited::EDProducerBase, C > Type
edm::limited::impl::EndRunSummaryProducer< edm::limited::EDProducerBase, C > Type
edm::limited::impl::RunSummaryCacheHolder< edm::limited::EDProducerBase, C > Type
HLT enums.
edm::limited::impl::LuminosityBlockSummaryCacheHolder< edm::limited::EDProducerBase, C > Type
edm::limited::impl::StreamCacheHolder< edm::limited::EDProducerBase, C > Type
edm::limited::impl::EndRunProducer< edm::limited::EDProducerBase > Type