#include <type_traits>
#include <string>
#include <boost/mpl/if.hpp>
#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 | |
typedef char(& | edm::fillDetails::no_tag)[1] |
typedef char(& | edm::fillDetails::yes_tag)[2] |
Functions | |
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) |