#include <algorithm>
#include <functional>
#include <vector>
#include "DataFormats/Common/interface/ClonePolicy.h"
#include "DataFormats/Common/interface/traits.h"
#include "DataFormats/Common/interface/Ref.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "DataFormats/Common/interface/fillPtrVector.h"
#include "DataFormats/Common/interface/PostReadFixupTrait.h"
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 | |
namespace | edm |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
Functions | |
template<class T , class P > | |
void | edm::fillPtrVector (OwnVector< T, P > const &obj, const std::type_info &toType, const std::vector< unsigned long > &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, helper_vector &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) |