CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EventSetupKnownRecordsSupplier.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_EventSetupKnownRecordsSupplier_h
2 #define FWCore_Framework_EventSetupKnownRecordsSupplier_h
3 // -*- C++ -*-
4 //
5 // Package: Framework
6 // Class: EventSetupKnownRecordsSupplier
7 //
16 //
17 // Author: Chris Jones
18 // Created: Thu Mar 24 14:10:07 EST 2005
19 //
20 
21 // user include files
22 
23 // system include files
24 
25 
26 // forward declarations
27 namespace edm {
28 
29  namespace eventsetup {
30  class EventSetupRecordKey;
31 
33 
34  public:
35 
37  virtual ~EventSetupKnownRecordsSupplier() = default;
38 
39  // ---------- const member functions ---------------------
40  virtual bool isKnown(EventSetupRecordKey const&) const = 0;
41 
42  private:
44 
46 
47 };
48 
49  }
50 }
51 #endif
virtual bool isKnown(EventSetupRecordKey const &) const =0
EventSetupKnownRecordsSupplier const & operator=(EventSetupKnownRecordsSupplier const &)=delete