CMS 3D CMS Logo

EmptyGroupDescription.cc
Go to the documentation of this file.
1 
4 
5 #include <ostream>
6 
7 namespace edm {
8 
10 
11  void EmptyGroupDescription::checkAndGetLabelsAndTypes_(std::set<std::string>& /*usedLabels*/,
12  std::set<ParameterTypes>& /*parameterTypes*/,
13  std::set<ParameterTypes>& /*wildcardTypes*/) const {}
14 
16  std::set<std::string>& /*validatedLabels*/,
17  bool /*optional*/) const {}
18 
20  bool /*optional*/,
21  bool& /*startWithComma*/,
22  int /*indentation*/,
23  CfiOptions&,
24  bool& /*wroteSomething*/) const {}
25 
26  void EmptyGroupDescription::print_(std::ostream& os,
27  bool /*optional*/,
28  bool /*writeToCfi*/,
29  DocFormatHelper& dfh) const {
30  if (dfh.pass() == 1) {
31  dfh.indent(os);
32  os << "Empty group description\n";
33 
34  if (!dfh.brief()) {
35  os << "\n";
36  }
37  }
38  }
39 
40  bool EmptyGroupDescription::exists_(ParameterSet const&) const { return true; }
41 
43 
45 } // namespace edm
int howManyXORSubNodesExist_(ParameterSet const &pset) const override
bool exists(ParameterSet const &pset) const
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 indent(std::ostream &os) const
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