CMS 3D CMS Logo

Classes | Namespaces | Functions
SortedCollection.h File Reference
#include "DataFormats/Common/interface/CMS_CLASS_VERSION.h"
#include "DataFormats/Common/interface/fillPtrVector.h"
#include "DataFormats/Common/interface/FillView.h"
#include "DataFormats/Common/interface/setPtr.h"
#include "DataFormats/Common/interface/traits.h"
#include "DataFormats/Provenance/interface/ProductID.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include <algorithm>
#include <typeinfo>
#include <vector>

Go to the source code of this file.

Classes

struct  edm::has_fillView< edm::SortedCollection< T, SORT > >
 
struct  edm::has_setPtr< edm::SortedCollection< T, SORT > >
 
class  edm::SortedCollection< T, SORT >
 
class  edm::SortedCollection< T, SORT >
 
struct  edm::StrictWeakOrdering< T >
 
struct  edm::StrictWeakOrdering< T >
 

Namespaces

 edm
 HLT enums.
 

Functions

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)