CMS 3D CMS Logo

List of all members | Public Member Functions
cond::persistency::IOVComp Struct Reference

Public Member Functions

bool operator() (const cond::Time_t &x, const cond::Time_t &y)
 
bool operator() (const cond::Time_t &x, const std::pair< cond::Time_t, boost::posix_time::ptime > &y)
 
bool operator() (const cond::Time_t &x, const std::tuple< cond::Time_t, cond::Hash > &y)
 

Detailed Description

Definition at line 11 of file IOVProxy.cc.

Member Function Documentation

◆ operator()() [1/3]

bool cond::persistency::IOVComp::operator() ( const cond::Time_t x,
const cond::Time_t y 
)
inline

Definition at line 12 of file IOVProxy.cc.

12 { return (x < y); }

◆ operator()() [2/3]

bool cond::persistency::IOVComp::operator() ( const cond::Time_t x,
const std::pair< cond::Time_t, boost::posix_time::ptime > &  y 
)
inline

Definition at line 37 of file CondDBTools.cc.

37  {
38  return (x < y.first);
39  }

◆ operator()() [3/3]

bool cond::persistency::IOVComp::operator() ( const cond::Time_t x,
const std::tuple< cond::Time_t, cond::Hash > &  y 
)
inline

Definition at line 14 of file IOVProxy.cc.

14  {
15  return (x < std::get<0>(y));
16  }
DDAxes::y
DDAxes::x