CMS 3D CMS Logo

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

#include <DbCore.h>

Public Member Functions

std::string operator() ()
 

Detailed Description

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

Definition at line 185 of file DbCore.h.

Member Function Documentation

std::string cond::persistency::AttributeTypeName< boost::posix_time::ptime >::operator() ( )
inline

Definition at line 186 of file DbCore.h.

186  {
187  return coral::AttributeSpecification::typeNameForType<coral::TimeStamp>();
188  }