CMS 3D CMS Logo

Public Types | Static Public Member Functions

helper::IteratorToObjectConverter< edm::RefVector< C > > Struct Template Reference

#include <StoreManagerTrait.h>

List of all members.

Public Types

typedef edm::Ref< C > value_type
typedef edm::Ref< C > value_type

Static Public Member Functions

template<typename I >
static value_type convert (const I &i)
template<typename I >
static value_type convert (const I &i)

Detailed Description

template<typename C>
struct helper::IteratorToObjectConverter< edm::RefVector< C > >

Definition at line 39 of file StoreManagerTrait.h.


Member Typedef Documentation

template<typename C >
typedef edm::Ref<C> helper::IteratorToObjectConverter< edm::RefVector< C > >::value_type

Definition at line 40 of file StoreManagerTrait.h.

template<typename C >
typedef edm::Ref<C> helper::IteratorToObjectConverter< edm::RefVector< C > >::value_type

Definition at line 40 of file StoreManagerTrait.h.


Member Function Documentation

template<typename C >
template<typename I >
static value_type helper::IteratorToObjectConverter< edm::RefVector< C > >::convert ( const I &  i) [inline, static]

Definition at line 42 of file StoreManagerTrait.h.

                                             {
      return value_type( * i );
    }
template<typename C >
template<typename I >
static value_type helper::IteratorToObjectConverter< edm::RefVector< C > >::convert ( const I &  i) [inline, static]

Definition at line 42 of file StoreManagerTrait.h.

                                             {
      return value_type( * i );
    }