56 std::set<std::string>& validatedLabels,
57 bool optional)
const {
66 std::placeholders::_1,
76 psetDesc_->validate(*containedPSet);
82 if(psetDesc_)
return true;
99 <<
" description of PSet matching wildcard:";
101 if(!dfh.
brief()) os <<
"\n";
103 std::stringstream ss;
112 psetDesc_->print(os, new_dfh);
124 return parameterNames.size() == 1
U;
173 std::set<std::string>& validatedLabels,
174 bool optional)
const {
183 std::placeholders::_1,
193 for(
unsigned i = 0;
i < vpsetEntry->
size(); ++
i) {
201 if(psetDesc_)
return true;
218 <<
" description used to validate all PSets which are in the VPSet matching the wildcard:";
220 if(!dfh.
brief()) os <<
"\n";
222 std::stringstream ss;
231 psetDesc_->print(os, new_dfh);
243 return parameterNames.size() == 1
U;
WildcardValidationCriteria
~ParameterWildcard() override
virtual bool hasNestedContent_() const
virtual void printNestedContent_(std::ostream &, bool, DocFormatHelper &) const
Func for_all(ForwardSequence &s, Func f)
wrapper for std::for_each
std::vector< std::string > getParameterNamesForType(bool trackiness=true) const
bool exists_(ParameterSet const &pset) const override
VParameterSetEntry * getPSetVectorForUpdate(std::string const &name)
static void printSpaces(std::ostream &os, int n)
WildcardValidationCriteria criteria() const
ParameterDescriptionNode * clone() const override
void throwIfInvalidPattern(char const *pattern) const
ParameterWildcard(std::string const &pattern, WildcardValidationCriteria criteria, bool isTracked)
std::vector< ParameterSet >::size_type size() const
ParameterSet & psetInVector(int i)
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
ParameterSet * getPSetForUpdate(std::string const &name, bool &isTracked)