CMS 3D CMS Logo

SignallingProductRegistry.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_SignallingProductRegistry_h
2 #define FWCore_Framework_SignallingProductRegistry_h
3 // -*- C++ -*-
4 //
5 // Package: Framework
6 // Class : SignallingProductRegistry
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Fri Sep 23 16:47:10 CEST 2005
19 //
20 
21 // system include files
22 #include <map>
23 #include <string>
24 
26 
27 // user include files
29 
30 // forward declarations
31 namespace edm {
33  public:
38 
39  SignallingProductRegistry(SignallingProductRegistry const&) = delete; // Disallow copying and moving
40  SignallingProductRegistry& operator=(SignallingProductRegistry const&) = delete; // Disallow copying and moving
41 
42  private:
43  void addCalled(BranchDescription const&, bool) override;
44  // ---------- member data --------------------------------
45  std::map<std::string, unsigned int> typeAddedStack_;
46  };
47 } // namespace edm
48 
49 #endif
SignallingProductRegistry(ProductRegistry const &preg)
ProductList const & productList() const
signalslot::Signal< void(BranchDescription const &)> productAddedSignal_
SignallingProductRegistry & operator=(SignallingProductRegistry const &)=delete
HLT enums.
void addCalled(BranchDescription const &, bool) override
std::map< std::string, unsigned int > typeAddedStack_