Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/io/TimerFd.hpp>
Public Types | |
using | Clock = ClockT |
using | TimePoint = std::chrono::time_point< ClockT, Duration > |
Public Member Functions | |
TimerFd (int flags) | |
~TimerFd ()=default | |
TimerFd (const TimerFd &)=delete | |
TimerFd & | operator= (const TimerFd &)=delete |
TimerFd (TimerFd &&) noexcept=default | |
TimerFd & | operator= (TimerFd &&) noexcept=default |
int | fd () const noexcept |
void | set_time (int flags, TimePoint expiry, Duration interval, std::error_code &ec) noexcept |
void | set_time (int flags, TimePoint expiry, Duration interval) |
void | set_time (int flags, TimePoint expiry, std::error_code &ec) noexcept |
void | set_time (int flags, TimePoint expiry) |
Definition at line 123 of file TimerFd.hpp.
Definition at line 125 of file TimerFd.hpp.
using toolbox::io::TimerFd< ClockT >::TimePoint = std::chrono::time_point<ClockT, Duration> |
Definition at line 126 of file TimerFd.hpp.
|
inlineexplicit |
Definition at line 128 of file TimerFd.hpp.
|
default |
|
delete |
|
defaultnoexcept |
|
delete |
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 142 of file TimerFd.hpp.
|
inlinenoexcept |
Definition at line 144 of file TimerFd.hpp.
|
inline |
Definition at line 148 of file TimerFd.hpp.
|
inlinenoexcept |
Definition at line 152 of file TimerFd.hpp.
|
inline |
Definition at line 156 of file TimerFd.hpp.