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_(
29  std::ostream& os, bool optional, bool& startWithComma, int indentation, bool& wroteSomething) const override;
30 
31  void print_(std::ostream& os, bool optional, bool writeToCfi, DocFormatHelper& dfh) const override;
32 
33  bool exists_(ParameterSet const& pset) const override;
34 
35  bool partiallyExists_(ParameterSet const& pset) const override;
36 
37  int howManyXORSubNodesExist_(ParameterSet const& pset) const override;
38  };
39 } // namespace edm
40 #endif
int howManyXORSubNodesExist_(ParameterSet const &pset) const override
ParameterDescriptionNode * clone() const override
optional
Definition: Types.py:239
void writeCfi_(std::ostream &os, bool optional, bool &startWithComma, int indentation, bool &wroteSomething) const override
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 checkAndGetLabelsAndTypes_(std::set< std::string > &usedLabels, std::set< ParameterTypes > &parameterTypes, std::set< ParameterTypes > &wildcardTypes) const override
void print_(std::ostream &os, bool optional, bool writeToCfi, DocFormatHelper &dfh) const override