CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrintLoadingPlugins.h
Go to the documentation of this file.
1 #ifndef FWCore_Services_PrintLoadingPlugins_h
2 #define FWCore_Services_PrintLoadingPlugins_h
3 
4 #include <boost/filesystem/path.hpp>
5 
6 // -*- C++ -*-
7 //
8 // Package: Services
9 // Class : PrintLoadingPlugins
10 //
19 //
20 // Original Author:
21 // Created: Thu Dec 13 11:17:02 EST 2007
22 //
23 
24 // system include files
25 
26 // user include files
27 
28 // forward declarations
29 
30 namespace edm {
32 }
33 
35 {
36 
37  public:
39  virtual ~PrintLoadingPlugins();
40 
42 
43  void askedToLoad(const std::string& ,const std::string& );
44 
45  // ---------- const member functions ---------------------
46 
47  // ---------- static member functions --------------------
48  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
49 
50  // ---------- member functions ---------------------------
51 
52  private:
53 
54  PrintLoadingPlugins(const PrintLoadingPlugins&); // stop default
55 
56  const PrintLoadingPlugins& operator=(const PrintLoadingPlugins&); // stop default
57 
58  // ---------- member data --------------------------------
59 
60 };
61 
62 
63 #endif
list path
Definition: scaleCards.py:51
void askedToLoad(const std::string &, const std::string &)
const PrintLoadingPlugins & operator=(const PrintLoadingPlugins &)
void goingToLoad(const boost::filesystem::path &)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)