#include <fast_clock.h>
Public Types | |
typedef microseconds | duration |
typedef duration::rep | rep |
typedef duration::period | period |
typedef chrono::time_point < fast_clock > | time_point |
Static Public Member Functions | |
static time_point | now () noexcept |
static time_t | to_time_t (const time_point &__t) noexcept |
static time_point | from_time_t (time_t __t) noexcept |
Static Public Attributes | |
static constexpr bool | is_steady = false |
Definition at line 37 of file fast_clock.h.
typedef microseconds std::chrono::fast_clock::duration |
Definition at line 39 of file fast_clock.h.
typedef duration::period std::chrono::fast_clock::period |
Definition at line 41 of file fast_clock.h.
typedef duration::rep std::chrono::fast_clock::rep |
Definition at line 40 of file fast_clock.h.
typedef chrono::time_point<fast_clock> std::chrono::fast_clock::time_point |
Definition at line 42 of file fast_clock.h.
|
staticnoexcept |
Definition at line 47 of file fast_clock.cc.
|
staticnoexcept |
Definition at line 37 of file fast_clock.cc.
|
staticnoexcept |
Definition at line 43 of file fast_clock.cc.
|
static |
Definition at line 43 of file fast_clock.h.