CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions
helper::IteratorToObjectConverter< edm::RefVector< C > > Struct Template Reference

#include <StoreManagerTrait.h>

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)
inlinestatic

Definition at line 42 of file StoreManagerTrait.h.

42  {
43  return value_type( * i );
44  }
int i
Definition: DBlmapReader.cc:9
template<typename C >
template<typename I >
static value_type helper::IteratorToObjectConverter< edm::RefVector< C > >::convert ( const I &  i)
inlinestatic

Definition at line 42 of file StoreManagerTrait.h.

42  {
43  return value_type( * i );
44  }
int i
Definition: DBlmapReader.cc:9