|
template<typename T , typename SORT > |
void | edm::fillPtrVector (SortedCollection< T, SORT > const &obj, std::type_info const &toType, std::vector< unsigned long > const &indices, std::vector< void const *> &ptrs) |
|
template<typename T , typename SORT > |
void | edm::fillView (SortedCollection< T, SORT > const &obj, ProductID const &id, std::vector< void const *> &pointers, FillViewHelperVector &helpers) |
|
template<typename T , typename SORT , typename ALLOC > |
bool | edm::operator== (SortedCollection< T, SORT > const &c, std::vector< T, ALLOC > const &v) |
|
template<typename T , typename SORT > |
bool | edm::operator== (SortedCollection< T, SORT > const &a, SortedCollection< T, SORT > const &b) |
|
template<typename T , typename SORT > |
void | edm::setPtr (SortedCollection< T, SORT > const &obj, std::type_info const &toType, unsigned long index, void const *&ptr) |
|
template<typename T , typename SORT > |
void | edm::swap (SortedCollection< T, SORT > &a, SortedCollection< T, SORT > &b) |
|