|
DelegateMQ
|
#include <ThreadXClock.h>
Public Types | |
| using | rep = int64_t |
| using | period = std::milli |
| using | duration = std::chrono::duration<rep, period> |
| using | time_point = std::chrono::time_point<ThreadXClock> |
Static Public Member Functions | |
| static time_point | now () noexcept |
Static Public Attributes | |
| static const bool | is_steady = true |
| using dmq::ThreadXClock::duration = std::chrono::duration<rep, period> |
| using dmq::ThreadXClock::period = std::milli |
| using dmq::ThreadXClock::rep = int64_t |
| using dmq::ThreadXClock::time_point = std::chrono::time_point<ThreadXClock> |
|
inlinestaticnoexcept |
|
static |