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< Collection > Struct Template Reference

#include <StoreManagerTrait.h>

Public Types

typedef Collection::value_type value_type
 
typedef Collection::value_type 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 Collection>
struct helper::IteratorToObjectConverter< Collection >

Definition at line 21 of file StoreManagerTrait.h.

Member Typedef Documentation

template<typename Collection >
typedef Collection::value_type helper::IteratorToObjectConverter< Collection >::value_type

Definition at line 22 of file StoreManagerTrait.h.

template<typename Collection >
typedef Collection::value_type helper::IteratorToObjectConverter< Collection >::value_type

Definition at line 22 of file StoreManagerTrait.h.

Member Function Documentation

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

Definition at line 24 of file StoreManagerTrait.h.

24  {
25  return value_type( * * i );
26  }
int i
Definition: DBlmapReader.cc:9
Collection::value_type value_type
template<typename Collection >
template<typename I >
static value_type helper::IteratorToObjectConverter< Collection >::convert ( const I &  i)
inlinestatic

Definition at line 24 of file StoreManagerTrait.h.

24  {
25  return value_type( * * i );
26  }
int i
Definition: DBlmapReader.cc:9
Collection::value_type value_type