CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: PluginInfo.h,v 1.1.2.2 2007/04/09 18:46:49 chrjones Exp $
20 //
21 
22 // system include files
23 #include <boost/filesystem/path.hpp>
24 
25 // user include files
26 
27 // forward declarations
28 namespace edmplugin {
29 struct PluginInfo {
30  std::string name_;
32 };
33 }
34 #endif
int path() const
Definition: HLTadd.h:3
std::string name_
Definition: PluginInfo.h:30
boost::filesystem::path loadable_
Definition: PluginInfo.h:31