#include <type_traits>
#include <string>
#include "FWCore/ParameterSet/interface/ParameterSetDescriptionFillerBase.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
Go to the source code of this file.
Namespaces | |
edm | |
HLT enums. | |
edm::fillDetails | |
Typedefs | |
using | edm::fillDetails::no_tag = std::false_type |
using | edm::fillDetails::yes_tag = std::true_type |
Functions | |
template<typename T > | |
void | edm::fillDetails::fillIfExists (ConfigurationDescriptions &descriptions) |
template<typename T > | |
no_tag | edm::fillDetails::has_fillDescriptions_helper (...) |
template<typename T > | |
yes_tag | edm::fillDetails::has_fillDescriptions_helper (fillDescriptions_function< T, &T::fillDescriptions > *dummy) |
template<typename T > | |
no_tag | edm::fillDetails::has_prevalidate_helper (...) |
template<typename T > | |
yes_tag | edm::fillDetails::has_prevalidate_helper (fillDescriptions_function< T, &T::prevalidate > *dummy) |
template<typename T > | |
void | edm::fillDetails::prevalidateIfExists (ConfigurationDescriptions &descriptions) |