CMS 3D CMS Logo

Public Types | Static Public Member Functions

helper::IteratorToObjectConverter< Collection > Struct Template Reference

#include <StoreManagerTrait.h>

List of all members.

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) [inline, static]

Definition at line 24 of file StoreManagerTrait.h.

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

Definition at line 24 of file StoreManagerTrait.h.

                                             {
      return value_type( * * i );
    }