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