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