Asio Extensions
Additional functionality built on top of (Boost.)Asio
|
Special clock for filesystem time points. More...
#include <asioext/chrono.hpp>
Public Types | |
typedef implementation_defined | duration |
Duration capable of representing file times. More... | |
typedef duration::rep | rep |
typedef duration::period | period |
typedef chrono::time_point< file_clock > | time_point |
Static Public Member Functions | |
static time_point | now () noexcept |
static constexpr std::time_t | to_time_t (const time_point &t) noexcept |
static constexpr time_point | from_time_t (std::time_t t) noexcept |
Static Public Attributes | |
static constexpr bool | is_steady = implementation_defined |
Special clock for filesystem time points.
Special clock with the same epoch and accuracy the filesystem uses for file times.
Filesystem time points are not necessarily represented in system time, hence the need for a separate clock.
typedef implementation_defined asioext::file_clock::duration |
Duration capable of representing file times.
typedef duration::period asioext::file_clock::period |
typedef duration::rep asioext::file_clock::rep |
typedef chrono::time_point<file_clock> asioext::file_clock::time_point |
|
inlinestaticnoexcept |
|
staticnoexcept |
|
inlinestaticnoexcept |
|
static |