libqi-api
2.0.6.8
|
#include <clock.hpp>
Public Types | |
typedef int64_t | rep |
typedef boost::nano | period |
typedef boost::chrono::duration< rep, period > | duration |
typedef boost::chrono::time_point < WallClock > | time_point |
typedef boost::chrono::time_point < WallClock > | WallClockTimePoint |
Static Public Member Functions | |
static WallClockTimePoint | now () |
static std::time_t | to_time_t (const WallClockTimePoint &t) throw () |
static WallClockTimePoint | from_time_t (const std::time_t &t) throw () |
Public Attributes | |
BOOST_STATIC_CONSTEXPR bool | is_steady = false |
typedef boost::chrono::duration<rep, period> qi::WallClock::duration |
typedef boost::nano qi::WallClock::period |
typedef int64_t qi::WallClock::rep |
typedef boost::chrono::time_point<WallClock> qi::WallClock::time_point |
typedef boost::chrono::time_point<WallClock> qi::WallClock::WallClockTimePoint |
static WallClockTimePoint qi::WallClock::from_time_t | ( | const std::time_t & | t | ) | throw () [static] |
static WallClockTimePoint qi::WallClock::now | ( | ) | [static] |
static std::time_t qi::WallClock::to_time_t | ( | const WallClockTimePoint & | t | ) | throw () [static] |
BOOST_STATIC_CONSTEXPR bool qi::WallClock::is_steady = false |