CMS 3D CMS Logo

List of all members | Public Member Functions
cond::persistency::GetFromRow< T > Struct Template Reference

#include <DbCore.h>

Public Member Functions

T operator() (const coral::AttributeList &row, const std::string &fullyQualifiedName)
 

Detailed Description

template<typename T>
struct cond::persistency::GetFromRow< T >

Definition at line 323 of file DbCore.h.

Member Function Documentation

template<typename T >
T cond::persistency::GetFromRow< T >::operator() ( const coral::AttributeList &  row,
const std::string &  fullyQualifiedName 
)
inline

Definition at line 324 of file DbCore.h.

324  {
325  return row[fullyQualifiedName].data<T>();
326  }
long double T