Functions | |
template<typename T , typename G > | |
std::unique_ptr< G > | makeGlobal (edm::ParameterSet const &iPSet, G const *) |
template<typename T > | |
dummy_ptr | makeGlobal (edm::ParameterSet const &iPSet, void const *) |
template<typename T , typename G > | |
T * | makeStreamModule (edm::ParameterSet const &iPSet, G const *iGlobal) |
template<typename T > | |
T * | makeStreamModule (edm::ParameterSet const &iPSet, void const *) |
std::unique_ptr<G> edm::stream::impl::makeGlobal | ( | edm::ParameterSet const & | iPSet, |
G const * | |||
) |
Definition at line 31 of file makeGlobal.h.
dummy_ptr edm::stream::impl::makeGlobal | ( | edm::ParameterSet const & | iPSet, |
void const * | |||
) |
Definition at line 35 of file makeGlobal.h.
T* edm::stream::impl::makeStreamModule | ( | edm::ParameterSet const & | iPSet, |
G const * | iGlobal | ||
) |
Definition at line 40 of file makeGlobal.h.
T* edm::stream::impl::makeStreamModule | ( | edm::ParameterSet const & | iPSet, |
void const * | |||
) |
Definition at line 46 of file makeGlobal.h.