CMS 3D CMS Logo

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

#include <DbCore.h>

Public Member Functions

boost::posix_time::ptime operator() (const coral::AttributeList &row, const std::string &fullyQualifiedName)
 

Detailed Description

template<>
struct cond::persistency::GetFromRow< boost::posix_time::ptime >

Definition at line 290 of file DbCore.h.

Member Function Documentation

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

Definition at line 290 of file DbCore.h.

References operator()(), AlCaHLTBitMon_QueryRunRegistry::string, and protons_cff::time.

Referenced by operator()().

290  { boost::posix_time::ptime operator()( const coral::AttributeList& row, const std::string& fullyQualifiedName ){
291  return row[ fullyQualifiedName ].data<coral::TimeStamp>().time();
292  } };
boost::posix_time::ptime operator()(const coral::AttributeList &row, const std::string &fullyQualifiedName)
Definition: DbCore.h:290