OpenVPN 3 Core Library
|
#include <asiotimer.hpp>
Public Types | |
typedef olong | rep |
typedef std::ratio< 1, 1024 > | period |
typedef std::chrono::duration< rep, period > | duration |
typedef std::chrono::time_point< AsioClock > | time_point |
Static Public Member Functions | |
static constexpr bool | is_steady () |
static time_point | now () |
static time_point | to_time_point (const Time &t) |
static duration | to_duration (const Time::Duration &d) |
Definition at line 26 of file asiotimer.hpp.
typedef std::chrono::duration<rep, period> openvpn::AsioClock::duration |
Definition at line 30 of file asiotimer.hpp.
typedef std::ratio<1, 1024> openvpn::AsioClock::period |
Definition at line 29 of file asiotimer.hpp.
typedef olong openvpn::AsioClock::rep |
Definition at line 28 of file asiotimer.hpp.
typedef std::chrono::time_point<AsioClock> openvpn::AsioClock::time_point |
Definition at line 31 of file asiotimer.hpp.
|
inlinestaticconstexpr |
Definition at line 33 of file asiotimer.hpp.
|
inlinestatic |
Definition at line 38 of file asiotimer.hpp.
|
inlinestatic |
|
inlinestatic |