CMS 3D CMS Logo

ParameterSetDescriptionFillerBase.h
Go to the documentation of this file.
1 #ifndef FWCore_ParameterSet_ParameterSetDescriptionFillerBase_h
2 #define FWCore_ParameterSet_ParameterSetDescriptionFillerBase_h
3 // -*- C++ -*-
4 //
5 // Package: ParameterSet
6 // Class : ParameterSetDescriptionFillerBase
7 //
18 //
19 // Original Author: Chris Jones
20 // Created: Wed Aug 1 16:46:53 EDT 2007
21 //
22 
23 // system include files
24 
25 // user include files
26 
27 // forward declarations
29 
30 #include <string>
31 
32 namespace edm {
33 
34  namespace one {
35  class EDProducerBase;
36  class EDFilterBase;
37  class EDAnalyzerBase;
38  class OutputModuleBase;
39  } // namespace one
40 
41  namespace stream {
42  class EDProducerBase;
43  class EDFilterBase;
44  class EDAnalyzerBase;
45  } // namespace stream
46 
47  namespace global {
48  class EDProducerBase;
49  class EDFilterBase;
50  class EDAnalyzerBase;
51  class OutputModuleBase;
52  } // namespace global
53 
54  namespace limited {
55  class EDProducerBase;
56  class EDFilterBase;
57  class EDAnalyzerBase;
58  class OutputModuleBase;
59  } // namespace limited
60 
62  public:
66  delete; // stop default
68 
69  // ---------- const member functions ---------------------
70  virtual void fill(ConfigurationDescriptions& descriptions) const = 0;
71  virtual const std::string& baseType() const = 0;
72  virtual const std::string& extendedBaseType() const = 0;
73 
74  // ---------- static member functions --------------------
75 
76  // ---------- member functions ---------------------------
77 
81 
82  protected:
83  static const std::string kEmpty;
103 
110  }
113  }
117  }
120  }
124  }
127  }
130  }
134  }
135  static const std::string& extendedBaseType(void const*) { return kEmpty; }
136 
137  private:
138  // ---------- member data --------------------------------
139  };
140 
141 } // namespace edm
142 #endif
static const std::string & extendedBaseType(limited::EDAnalyzerBase const *)
static const std::string & extendedBaseType(global::OutputModuleBase const *)
static const std::string & extendedBaseType(global::EDProducerBase const *)
static const std::string & extendedBaseType(one::OutputModuleBase const *)
static const std::string & extendedBaseType(one::EDFilterBase const *)
static const std::string & extendedBaseType(limited::EDFilterBase const *)
static const std::string & extendedBaseType(limited::EDProducerBase const *)
uint32_t T const *__restrict__ uint32_t const *__restrict__ int32_t int Histo::index_type cudaStream_t stream
virtual void fill(ConfigurationDescriptions &descriptions) const =0
virtual const std::string & baseType() const =0
static const std::string & extendedBaseType(global::EDFilterBase const *)
static const std::string & extendedBaseType(one::EDAnalyzerBase const *)
static const std::string & extendedBaseType(limited::OutputModuleBase const *)
static const std::string & extendedBaseType(void const *)
static const std::string & extendedBaseType(global::EDAnalyzerBase const *)
static const std::string & extendedBaseType(stream::EDAnalyzerBase const *)
static const std::string & extendedBaseType(stream::EDFilterBase const *)
HLT enums.
virtual const std::string & extendedBaseType() const =0
static const std::string & extendedBaseType(stream::EDProducerBase const *)
const ParameterSetDescriptionFillerBase & operator=(const ParameterSetDescriptionFillerBase &)=delete
static const std::string & extendedBaseType(one::EDProducerBase const *)