Lely core libraries  2.3.4
clock.hpp
Go to the documentation of this file.
1 
24 #ifndef LELY_IO2_SYS_CLOCK_HPP_
25 #define LELY_IO2_SYS_CLOCK_HPP_
26 
27 #include <lely/io2/sys/clock.h>
28 #include <lely/io2/clock.hpp>
29 
30 namespace lely {
31 namespace io {
32 
35 
38 
39 } // namespace io
40 } // namespace lely
41 
42 #endif // !LELY_IO2_SYS_CLOCK_HPP_
An abstract clock. This class is a wrapper around #io_clock_t*.
Definition: clock.hpp:35
This header file is part of the I/O library; it contains the C++ interface for the abstract clock.
This header file is part of the I/O library; it contains the standard system clock definitions.
#define IO_CLOCK_REALTIME
The io_clock_t pointer representing the POSIX realtime clock.
Definition: clock.h:36
#define IO_CLOCK_MONOTONIC
The io_clock_t pointer representing the POSIX monotonic clock.
Definition: clock.h:43
constexpr Clock clock_monotonic
Definition: clock.hpp:37
constexpr Clock clock_realtime
Definition: clock.hpp:34