![]() |
|
|||
File indexing completed on 2024-04-06 12:12:12
0001 // -*- C++ -*- 0002 // 0003 // Package: FWCore/Framework 0004 // Class : ModuleHolder 0005 // 0006 // Implementation: 0007 // [Notes on implementation] 0008 // 0009 // Original Author: Chris Jones 0010 // Created: Fri, 23 Aug 2013 17:47:05 GMT 0011 // 0012 0013 // system include files 0014 0015 // user include files 0016 #include "FWCore/Framework/interface/maker/ModuleHolder.h" 0017 #include "FWCore/Framework/interface/maker/WorkerMaker.h" 0018 0019 namespace edm { 0020 namespace maker { 0021 std::unique_ptr<Worker> ModuleHolder::makeWorker(ExceptionToActionTable const* iActions) const { 0022 return m_maker->makeWorker(iActions, this); 0023 } 0024 } // namespace maker 0025 } // namespace edm
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |