#include <Wrapper.h>
Static Public Member Functions | |
static void | fill (T const &obj, std::type_info const &iToType, std::vector< unsigned long > const &iIndex, std::vector< void const * > &oPtr) |
static void | set (T const &obj, std::type_info const &iToType, unsigned long iIndex, void const *&oPtr) |
static void edm::helpers::PtrSetter< T >::fill | ( | T const & | obj, |
std::type_info const & | iToType, | ||
std::vector< unsigned long > const & | iIndex, | ||
std::vector< void const * > & | oPtr | ||
) | [inline, static] |
Definition at line 420 of file Wrapper.h.
References edm::fillPtrVector().
Referenced by edm::DoSetPtr< T >::operator()().
{ // fillPtrVector is the name of an overload set; each concrete // collection T should supply a fillPtrVector function, in the same // namespace at that in which T is defined, or in the 'edm' // namespace. fillPtrVector(obj, iToType, iIndex, oPtr); }
static void edm::helpers::PtrSetter< T >::set | ( | T const & | obj, |
std::type_info const & | iToType, | ||
unsigned long | iIndex, | ||
void const *& | oPtr | ||
) | [inline, static] |
Definition at line 409 of file Wrapper.h.
References getGTfromDQMFile::obj, and edm::setPtr().
Referenced by edm::DoSetPtr< T >::operator()().