|
| AllowedLabelsDescription (std::string const &label, bool isTracked) |
|
| AllowedLabelsDescription (char const *label, bool isTracked) |
|
ParameterDescriptionNode * | clone () const override |
|
| ~AllowedLabelsDescription () override |
|
bool | isTracked () const |
|
ParameterTypes | type () const |
|
| ~AllowedLabelsDescriptionBase () override |
|
void | checkAndGetLabelsAndTypes (std::set< std::string > &usedLabels, std::set< ParameterTypes > ¶meterTypes, std::set< ParameterTypes > &wildcardTypes) const |
|
std::string const & | comment () const |
|
bool | exists (ParameterSet const &pset) const |
|
bool | hasNestedContent () const |
|
int | howManyXORSubNodesExist (ParameterSet const &pset) const |
|
| ParameterDescriptionNode () |
|
| ParameterDescriptionNode (Comment const &iComment) |
|
bool | partiallyExists (ParameterSet const &pset) const |
|
void | print (std::ostream &os, bool optional, bool writeToCfi, DocFormatHelper &dfh) const |
|
void | printNestedContent (std::ostream &os, bool optional, DocFormatHelper &dfh) const |
|
void | setComment (std::string const &value) |
|
void | setComment (char const *value) |
|
void | validate (ParameterSet &pset, std::set< std::string > &validatedLabels, bool optional) const |
|
void | writeCfi (std::ostream &os, bool optional, bool &startWithComma, int indentation, bool &wroteSomething) const |
|
virtual | ~ParameterDescriptionNode () |
|
template<class T>
class edm::AllowedLabelsDescription< T >
Definition at line 23 of file AllowedLabelsDescription.h.