CMS 3D CMS Logo

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

#include <DbCore.h>

Public Member Functions

std::string operator() ()
 

Detailed Description

template<>
struct cond::persistency::AttributeTypeName< cond::TimeType >

Definition at line 190 of file DbCore.h.

Member Function Documentation

std::string cond::persistency::AttributeTypeName< cond::TimeType >::operator() ( )
inline

Definition at line 191 of file DbCore.h.

191  {
192  return coral::AttributeSpecification::typeNameForType<std::string>();
193  }