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 284 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 284 of file DbCore.h.

References cond::persistency::GetFromRow< T >::operator()(), and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by cond::persistency::GetFromRow< T >::operator()().

284  { T operator()( const coral::AttributeList& row, const std::string& fullyQualifiedName ){
285  return row[ fullyQualifiedName ].data<T>();
286  } };
T operator()(const coral::AttributeList &row, const std::string &fullyQualifiedName)
Definition: DbCore.h:284
long double T