CMS 3D CMS Logo

PluginInfo.h
Go to the documentation of this file.
1 #ifndef FWCore_PluginManager_PluginInfo_h
2 #define FWCore_PluginManager_PluginInfo_h
3 // -*- C++ -*-
4 //
5 // Package: PluginManager
6 // Class : PluginInfo
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Wed Apr 4 19:46:31 EDT 2007
19 //
20 
21 // system include files
22 #include <filesystem>
23 
24 // user include files
25 
26 // forward declarations
27 namespace edmplugin {
28  struct PluginInfo {
31  };
32 } // namespace edmplugin
33 #endif
std::filesystem::path loadable_
Definition: PluginInfo.h:30
std::string name_
Definition: PluginInfo.h:29