Classes | |
struct | fillDescriptions_function |
struct | has_fillDescriptions_function |
struct | has_prevalidate_function |
struct | prevalidate_function |
Typedefs | |
using | no_tag = std::false_type |
using | yes_tag = std::true_type |
Functions | |
template<typename T > | |
void | fillIfExists (ConfigurationDescriptions &descriptions) |
template<typename T > | |
no_tag | has_fillDescriptions_helper (...) |
template<typename T > | |
yes_tag | has_fillDescriptions_helper (fillDescriptions_function< T, &T::fillDescriptions > *dummy) |
template<typename T > | |
no_tag | has_prevalidate_helper (...) |
template<typename T > | |
yes_tag | has_prevalidate_helper (fillDescriptions_function< T, &T::prevalidate > *dummy) |
template<typename T > | |
void | prevalidateIfExists (ConfigurationDescriptions &descriptions) |
using edm::fillDetails::no_tag = typedef std::false_type |
Definition at line 62 of file ParameterSetDescriptionFiller.h.
using edm::fillDetails::yes_tag = typedef std::true_type |
Definition at line 63 of file ParameterSetDescriptionFiller.h.
void edm::fillDetails::fillIfExists | ( | ConfigurationDescriptions & | descriptions | ) |
Definition at line 90 of file ParameterSetDescriptionFiller.h.
References edm::ConfigurationDescriptions::addDefault(), submitPVResolutionJobs::desc, and fillDescriptions().
no_tag edm::fillDetails::has_fillDescriptions_helper | ( | ... | ) |
yes_tag edm::fillDetails::has_fillDescriptions_helper | ( | fillDescriptions_function< T, &T::fillDescriptions > * | dummy | ) |
no_tag edm::fillDetails::has_prevalidate_helper | ( | ... | ) |
yes_tag edm::fillDetails::has_prevalidate_helper | ( | fillDescriptions_function< T, &T::prevalidate > * | dummy | ) |
void edm::fillDetails::prevalidateIfExists | ( | ConfigurationDescriptions & | descriptions | ) |
Definition at line 101 of file ParameterSetDescriptionFiller.h.