1 #ifndef FWCore_ParameterSet_ConfigurationDescriptions_h 2 #define FWCore_ParameterSet_ConfigurationDescriptions_h 67 std::set<std::string>& usedCfiFileNames)
const;
69 void print(std::ostream & os,
88 static void writeCfiForLabel(std::pair<std::string, ParameterSetDescription>
const& labelAndDesc,
91 std::set<std::string>& usedCfiFileNames);
93 void printForLabel(std::pair<std::string, ParameterSetDescription>
const& labelAndDesc,
107 bool printOnlyLabels,
114 std::vector<std::pair<std::string, ParameterSetDescription> >
descriptions_;
static void writeCfiForLabel(std::pair< std::string, ParameterSetDescription > const &labelAndDesc, std::string const &baseType, std::string const &pluginName, std::set< std::string > &usedCfiFileNames)
~ConfigurationDescriptions()
void printForLabel(std::pair< std::string, ParameterSetDescription > const &labelAndDesc, std::ostream &os, std::string const &moduleLabel, bool brief, bool printOnlyLabels, size_t lineWidth, int indentationn, DescriptionCounter &counter) const
ParameterSetDescription * defaultDescription()
Returns 0 if no default has been assigned.
ConfigurationDescriptions(std::string const &baseType)
void addDefault(ParameterSetDescription const &psetDescription)
std::vector< std::pair< std::string, ParameterSetDescription > > descriptions_
void writeCfis(std::string const &baseType, std::string const &pluginName, std::set< std::string > &usedCfiFileNames) const
void setComment(std::string const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void print(std::ostream &os, std::string const &moduleLabel, bool brief, bool printOnlyLabels, size_t lineWidth, int indentation, int iPlugin) const
void validate(ParameterSet &pset, std::string const &moduleLabel) const
std::string const & comment() const
std::vector< std::pair< std::string, ParameterSetDescription > >::iterator iterator
ParameterSetDescription defaultDesc_