libqi-api
2.0.6.8
|
Go to the source code of this file.
Classes | |
class | qi::SteadyClock |
class | qi::WallClock |
Namespaces | |
namespace | qi |
qi general namespace | |
Typedefs | |
typedef boost::chrono::duration < int64_t, boost::nano > | qi::Duration |
typedef boost::chrono::duration < int64_t, boost::nano > | qi::NanoSeconds |
typedef boost::chrono::duration < int64_t, boost::micro > | qi::MicroSeconds |
typedef boost::chrono::duration < int64_t, boost::milli > | qi::MilliSeconds |
typedef boost::chrono::duration < int64_t > | qi::Seconds |
typedef boost::chrono::duration < int64_t, boost::ratio< 60 > > | qi::Minutes |
typedef boost::chrono::duration < int64_t, boost::ratio< 3600 > > | qi::Hours |
typedef SteadyClock::SteadyClockTimePoint | qi::SteadyClockTimePoint |
typedef WallClock::WallClockTimePoint | qi::WallClockTimePoint |
Functions | |
SteadyClockTimePoint | qi::steadyClockNow () |
WallClockTimePoint | qi::wallClockNow () |
void | qi::sleepFor (const qi::Duration &d) |
template<class Rep , class Period > | |
void | qi::sleepFor (const boost::chrono::duration< Rep, Period > &d) |
void | qi::sleepUntil (const SteadyClockTimePoint &t) |
template<class Duration > | |
void | qi::sleepUntil (const boost::chrono::time_point< SteadyClock, Duration > &t) |
void | qi::sleepUntil (const WallClockTimePoint &t) |
template<class Duration > | |
void | qi::sleepUntil (const boost::chrono::time_point< WallClock, Duration > &t) |