|
OpenVPN 3 Core Library
|
#include <asiotimer.hpp>
Public Types | |
| using | rep = olong |
| using | period = std::ratio< 1, 1024 > |
| using | duration = std::chrono::duration< rep, period > |
| using | time_point = std::chrono::time_point< AsioClock > |
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.
| using openvpn::AsioClock::duration = std::chrono::duration<rep, period> |
Definition at line 30 of file asiotimer.hpp.
| using openvpn::AsioClock::period = std::ratio<1, 1024> |
Definition at line 29 of file asiotimer.hpp.
| using openvpn::AsioClock::rep = olong |
Definition at line 28 of file asiotimer.hpp.
| using openvpn::AsioClock::time_point = std::chrono::time_point<AsioClock> |
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 |