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::PtrVector< T > > Struct Template Reference

#include <StoreManagerTrait.h>

Public Types

typedef edm::Ptr< Tvalue_type
 
typedef edm::Ptr< Tvalue_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 T>
struct helper::IteratorToObjectConverter< edm::PtrVector< T > >

Definition at line 58 of file StoreManagerTrait.h.

Member Typedef Documentation

template<typename T >
typedef edm::Ptr<T> helper::IteratorToObjectConverter< edm::PtrVector< T > >::value_type

Definition at line 59 of file StoreManagerTrait.h.

template<typename T >
typedef edm::Ptr<T> helper::IteratorToObjectConverter< edm::PtrVector< T > >::value_type

Definition at line 59 of file StoreManagerTrait.h.

Member Function Documentation

template<typename T >
template<typename I >
static value_type helper::IteratorToObjectConverter< edm::PtrVector< T > >::convert ( const I &  i)
inlinestatic

Definition at line 61 of file StoreManagerTrait.h.

61  {
62  return value_type( * i );
63  }
int i
Definition: DBlmapReader.cc:9
template<typename T >
template<typename I >
static value_type helper::IteratorToObjectConverter< edm::PtrVector< T > >::convert ( const I &  i)
inlinestatic

Definition at line 61 of file StoreManagerTrait.h.

61  {
62  return value_type( * i );
63  }
int i
Definition: DBlmapReader.cc:9