CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
boostFuture Struct Reference

#include <MutexUtils.h>

Public Member Functions

 boostFuture (int i)
 
 operator const boost::xtime & () const
 

Public Attributes

boost::xtime xt
 

Detailed Description

Definition at line 100 of file MutexUtils.h.

Constructor & Destructor Documentation

boostFuture::boostFuture ( int  i)
inline

Definition at line 103 of file MutexUtils.h.

References i, and xt.

103  {
104  boost::xtime_get(&xt, boost::TIME_UTC);
105  xt.sec += i;
106  }
int i
Definition: DBlmapReader.cc:9
boost::xtime xt
Definition: MutexUtils.h:101

Member Function Documentation

boostFuture::operator const boost::xtime & ( ) const
inline

Definition at line 108 of file MutexUtils.h.

References xt.

108 { return xt;}
boost::xtime xt
Definition: MutexUtils.h:101

Member Data Documentation

boost::xtime boostFuture::xt

Definition at line 101 of file MutexUtils.h.

Referenced by boostFuture(), and operator const boost::xtime &().