#include <MutexUtils.h>
List of all members.
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.
{
#if BOOST_VERSION >= 105000
boost::xtime_get(&xt, boost::TIME_UTC_);
#else
boost::xtime_get(&xt, boost::TIME_UTC);
#endif
xt.sec += i;
}
Member Function Documentation
boostFuture::operator const boost::xtime & |
( |
| ) |
const [inline] |
Member Data Documentation