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  class EDProducer;
34  class EDFilter;
35  class EDAnalyzer;
36 
37  namespace one {
38  class EDProducerBase;
39  class EDFilterBase;
40  class EDAnalyzerBase;
41  class OutputModuleBase;
42  } // namespace one
43 
44  namespace stream {
45  class EDProducerBase;
46  class EDFilterBase;
47  class EDAnalyzerBase;
48  } // namespace stream
49 
50  namespace global {
51  class EDProducerBase;
52  class EDFilterBase;
53  class EDAnalyzerBase;
54  class OutputModuleBase;
55  } // namespace global
56 
57  namespace limited {
58  class EDProducerBase;
59  class EDFilterBase;
60  class EDAnalyzerBase;
61  class OutputModuleBase;
62  } // namespace limited
63 
65  public:
69  delete; // stop default
71 
72  // ---------- const member functions ---------------------
73  virtual void fill(ConfigurationDescriptions& descriptions) const = 0;
74  virtual const std::string& baseType() const = 0;
75  virtual const std::string& extendedBaseType() const = 0;
76 
77  // ---------- static member functions --------------------
78 
79  // ---------- member functions ---------------------------
80 
81  protected:
82  static const std::string kEmpty;
105 
115  }
118  }
122  }
125  }
129  }
132  }
135  }
139  }
140  static const std::string& extendedBaseType(void const*) { return kEmpty; }
141 
142  private:
143  // ---------- member data --------------------------------
144  };
145 
146 } // namespace edm
147 #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(EDFilter 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(EDProducer 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 *)
static const std::string & extendedBaseType(EDAnalyzer const *)
const ParameterSetDescriptionFillerBase & operator=(const ParameterSetDescriptionFillerBase &)=delete
static const std::string & extendedBaseType(one::EDProducerBase const *)