CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AbilityToImplementor.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_stream_AbilityToImplementor_h
2 #define FWCore_Framework_stream_AbilityToImplementor_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // File : AbilityToImplementor
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
26 
27 // forward declarations
28 namespace edm {
29  namespace stream {
30  template<typename T> struct AbilityToImplementor;
31 
32  template<typename C>
35  };
36 
37  template<typename C>
38  struct AbilityToImplementor<edm::RunCache<C>> {
40  };
41 
42  template<typename C>
45  };
46 
47  template<typename C>
50  };
51 
52  template<typename C>
55  };
56 
57  template<>
60  };
61 
62  template<>
65  };
66 
67  template<>
70  };
71 
72  template<>
75  };
76  }
77 }
78 
79 #endif
edm::stream::impl::RunSummaryCacheHolder< C > Type
edm::stream::impl::LuminosityBlockCacheHolder< C > Type
edm::stream::impl::LuminosityBlockSummaryCacheHolder< C > Type