CMS 3D CMS Logo

EmptyGroupDescription.h
Go to the documentation of this file.
1 #ifndef FWCore_ParameterSet_EmptyGroupDescription_h
2 #define FWCore_ParameterSet_EmptyGroupDescription_h
3 
5 
6 #include <iosfwd>
7 #include <set>
8 #include <string>
9 
10 namespace edm {
11 
12  class ParameterSet;
13  class DocFormatHelper;
14 
16  public:
18 
19  ParameterDescriptionNode* clone() const override { return new EmptyGroupDescription(*this); }
20 
21  private:
22  void checkAndGetLabelsAndTypes_(std::set<std::string>& usedLabels,
23  std::set<ParameterTypes>& parameterTypes,
24  std::set<ParameterTypes>& wildcardTypes) const override;
25 
26  void validate_(ParameterSet& pset, std::set<std::string>& validatedLabels, bool optional) const override;
27 
28  void writeCfi_(std::ostream& os,
29  bool optional,
30  bool& startWithComma,
31  int indentation,
32  CfiOptions&,
33  bool& wroteSomething) const override;
34 
35  void print_(std::ostream& os, bool optional, bool writeToCfi, DocFormatHelper& dfh) const override;
36 
37  bool exists_(ParameterSet const& pset) const override;
38 
39  bool partiallyExists_(ParameterSet const& pset) const override;
40 
41  int howManyXORSubNodesExist_(ParameterSet const& pset) const override;
42  };
43 } // namespace edm
44 #endif
int howManyXORSubNodesExist_(ParameterSet const &pset) const override
ParameterDescriptionNode * clone() const override
optional
Definition: Types.py:245
HLT enums.
void validate_(ParameterSet &pset, std::set< std::string > &validatedLabels, bool optional) const override
bool partiallyExists_(ParameterSet const &pset) const override
bool exists_(ParameterSet const &pset) const override
void writeCfi_(std::ostream &os, bool optional, bool &startWithComma, int indentation, CfiOptions &, bool &wroteSomething) const override
void checkAndGetLabelsAndTypes_(std::set< std::string > &usedLabels, std::set< ParameterTypes > &parameterTypes, std::set< ParameterTypes > &wildcardTypes) const override
cfi::CfiOptions CfiOptions
void print_(std::ostream &os, bool optional, bool writeToCfi, DocFormatHelper &dfh) const override