|
template<typename T , typename P > |
void | edm::fillPtrVector (OwnVector< T, P > const &obj, std::type_info const &toType, std::vector< unsigned long > const &indices, std::vector< void const *> &ptrs) |
|
template<typename T , typename P > |
void | edm::fillView (OwnVector< T, P > const &obj, ProductID const &id, std::vector< void const *> &pointers, FillViewHelperVector &helpers) |
|
template<typename T , typename P > |
void | edm::setPtr (OwnVector< T, P > const &obj, std::type_info const &toType, unsigned long index, void const *&ptr) |
|
template<typename T , typename P > |
void | edm::swap (OwnVector< T, P > &a, OwnVector< T, P > &b) noexcept |
|