CMS 3D CMS Logo

boostFuture Struct Reference

#include <Utilities/General/interface/MutexUtils.h>

List of all members.

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 xt.

00103                      {
00104     boost::xtime_get(&xt, boost::TIME_UTC);
00105     xt.sec += i;
00106   }


Member Function Documentation

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

Definition at line 108 of file MutexUtils.h.

References xt.

00108 { return xt;}


Member Data Documentation

boost::xtime boostFuture::xt

Definition at line 101 of file MutexUtils.h.

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


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:15:02 2009 for CMSSW by  doxygen 1.5.4