1 #ifndef FWCore_ParameterSet_ParameterWildcard_h 2 #define FWCore_ParameterSet_ParameterWildcard_h 18 class VParameterSetEntry;
20 class DocFormatHelper;
46 std::set<std::string> & validatedLabels,
47 bool optional)
const override {
61 return parameterNames.size() == 1
U;
87 std::set<std::string> & validatedLabels,
88 bool optional)
const override;
123 std::set<std::string> & validatedLabels,
124 bool optional)
const override;
WildcardValidationCriteria
~ParameterWildcard() override
virtual bool hasNestedContent_() const
virtual void printNestedContent_(std::ostream &, bool, DocFormatHelper &) const
ParameterWildcard(char const *pattern, WildcardValidationCriteria criteria, bool isTracked)
std::vector< std::string > getParameterNamesForType(bool trackiness=true) const
bool exists_(ParameterSet const &pset) const override
value_ptr< ParameterSetDescription > psetDesc_
WildcardValidationCriteria criteria() const
ParameterDescriptionNode * clone() const override
void throwIfInvalidPattern(char const *pattern) const
value_ptr< ParameterSetDescription > psetDesc_
ParameterWildcard(std::string const &pattern, WildcardValidationCriteria criteria, bool isTracked)
void validate_(ParameterSet &pset, std::set< std::string > &validatedLabels, bool optional) const override
void validateMatchingNames(std::vector< std::string > const &matchingNames, std::set< std::string > &validatedLabels, bool optional) const