CMS 3D CMS Logo

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

#include <DbCore.h>

Public Member Functions

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

Detailed Description

template<>
struct cond::persistency::GetFromRow< cond::SynchronizationType >

Definition at line 296 of file DbCore.h.

Member Function Documentation

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

Definition at line 296 of file DbCore.h.

References operator()(), AlCaHLTBitMon_QueryRunRegistry::string, and cond::synchronizationTypeFromName().

Referenced by operator()().

296  { cond::SynchronizationType operator()( const coral::AttributeList& row, const std::string& fullyQualifiedName ){
297  return cond::synchronizationTypeFromName( row[ fullyQualifiedName ].data<std::string>() );
298  } };
SynchronizationType synchronizationTypeFromName(const std::string &name)
Definition: Types.cc:50
cond::SynchronizationType operator()(const coral::AttributeList &row, const std::string &fullyQualifiedName)
Definition: DbCore.h:296
SynchronizationType
Definition: Types.h:29