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
34
constexpr
Clock
clock_realtime
{
IO_CLOCK_REALTIME
};
35
37
constexpr
Clock
clock_monotonic
{
IO_CLOCK_MONOTONIC
};
38
39
}
// namespace io
40
}
// namespace lely
41
42
#endif // !LELY_IO2_SYS_CLOCK_HPP_
lely::io::clock_monotonic
constexpr Clock clock_monotonic
Definition:
clock.hpp:37
clock.hpp
lely::io::clock_realtime
constexpr Clock clock_realtime
Definition:
clock.hpp:34
IO_CLOCK_REALTIME
#define IO_CLOCK_REALTIME
The io_clock_t pointer representing the POSIX realtime clock.
Definition:
clock.h:36
lely::io::Clock
An abstract clock. This class is a wrapper around #io_clock_t*.
Definition:
clock.hpp:35
clock.h
IO_CLOCK_MONOTONIC
#define IO_CLOCK_MONOTONIC
The io_clock_t pointer representing the POSIX monotonic clock.
Definition:
clock.h:43
include
lely
io2
sys
clock.hpp
Generated by
1.8.17