CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
standard.h
Go to the documentation of this file.
1 #ifndef FWCore_PluginManager_standard_h
2 #define FWCore_PluginManager_standard_h
3 // -*- C++ -*-
4 //
5 // Package: PluginManager
6 // Class : standard
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Sat Apr 7 17:06:34 EDT 2007
19 //
20 
21 // system include files
22 #include <string>
23 #include <boost/filesystem/path.hpp>
24 
25 // user include files
27 
28 // forward declarations
29 
30 namespace edmplugin {
31  namespace standard {
32 
34 
37 
38  const std::string& pluginPrefix();
39  }
40 }
41 #endif
const boost::filesystem::path & cachefileName()
Definition: standard.cc:47
const boost::filesystem::path & poisonedCachefileName()
Definition: standard.cc:52
const std::string & pluginPrefix()
Definition: standard.cc:58
PluginManager::Config config()
Definition: standard.cc:21