#include <Wrapper.h>
Public Member Functions | |
void | operator() (T const &obj, ProductID const &id, std::vector< void const * > &pointers, helper_vector_ptr &helpers) const |
void edm::DoFillView< T >::operator() | ( | T const & | obj, |
ProductID const & | id, | ||
std::vector< void const * > & | pointers, | ||
helper_vector_ptr & | helpers | ||
) | const |
Definition at line 435 of file Wrapper.h.
References edm::helpers::ViewFiller< T >::fill().
{ helpers::ViewFiller<T>::fill(obj, id, pointers, helpers); }