![]() |
|
|||
File indexing completed on 2024-04-06 12:12:59
0001 // -*- C++ -*- 0002 // 0003 // Package: PluginManager 0004 // Class : OneDummy 0005 // 0006 // Implementation: 0007 // <Notes on implementation> 0008 // 0009 // Original Author: Chris Jones 0010 // Created: Fri Apr 6 15:32:49 EDT 2007 0011 // 0012 0013 // system include files 0014 0015 // user include files 0016 #include "FWCore/PluginManager/test/DummyFactory.h" 0017 0018 namespace testedmplugin { 0019 struct DummyOne : public DummyBase { 0020 int value() const { return 1; } 0021 }; 0022 } // namespace testedmplugin 0023 0024 DEFINE_EDM_PLUGIN(testedmplugin::DummyFactory, testedmplugin::DummyOne, "DummyOne");
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |