CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 288 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 288 of file DbCore.h.

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

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

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