CMS 3D CMS Logo

Classes | Namespaces | Functions
OwnVector.h File Reference
#include "DataFormats/Common/interface/CMS_CLASS_VERSION.h"
#include "DataFormats/Common/interface/ClonePolicy.h"
#include "DataFormats/Common/interface/fillPtrVector.h"
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/setPtr.h"
#include "DataFormats/Common/interface/traits.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include <algorithm>
#include <functional>
#include <typeinfo>
#include <vector>

Go to the source code of this file.

Classes

class  edm::OwnVector< T, P >::const_iterator
 
struct  edm::has_fillView< edm::OwnVector< T, P > >
 
struct  edm::has_setPtr< edm::OwnVector< T, P > >
 
class  edm::OwnVector< T, P >::iterator
 
struct  edm::OwnVector< T, P >::Ordering< O >
 
class  edm::OwnVector< T, P >
 

Namespaces

 edm
 HLT enums.
 

Functions

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)