Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
time_shield::DeadlineTimer Member List

This is the complete list of members for time_shield::DeadlineTimer, including all inherited members.

add(duration extend_by) noexcepttime_shield::DeadlineTimerinline
add_ms(ts_ms_t extend_by_ms) noexcepttime_shield::DeadlineTimerinline
add_sec(ts_t extend_by_sec) noexcepttime_shield::DeadlineTimerinline
clock typedeftime_shield::DeadlineTimer
deadline() const noexcepttime_shield::DeadlineTimerinline
deadline_ms() const noexcepttime_shield::DeadlineTimerinline
deadline_sec() const noexcepttime_shield::DeadlineTimerinline
DeadlineTimer() noexcept=defaulttime_shield::DeadlineTimer
DeadlineTimer(time_point deadline) noexcepttime_shield::DeadlineTimerinlineexplicit
DeadlineTimer(std::chrono::duration< Rep, Period > timeout) noexcepttime_shield::DeadlineTimerinlineexplicit
DeadlineTimer(ts_ms_t timeout_ms) noexcepttime_shield::DeadlineTimerinlineexplicit
duration typedeftime_shield::DeadlineTimer
from_timeout(duration timeout) noexcepttime_shield::DeadlineTimerinlinestatic
from_timeout(std::chrono::duration< Rep, Period > timeout) noexcepttime_shield::DeadlineTimerinlinestatic
from_timeout_ms(ts_ms_t timeout_ms) noexcepttime_shield::DeadlineTimerinlinestatic
from_timeout_sec(ts_t timeout_sec) noexcepttime_shield::DeadlineTimerinlinestatic
has_expired() const noexcepttime_shield::DeadlineTimerinline
has_expired(time_point now) const noexcepttime_shield::DeadlineTimerinline
has_expired_ms(ts_ms_t now_ms) const noexcepttime_shield::DeadlineTimerinline
has_expired_sec(ts_t now_sec) const noexcepttime_shield::DeadlineTimerinline
is_forever() const noexcepttime_shield::DeadlineTimerinline
is_running() const noexcepttime_shield::DeadlineTimerinline
m_deadlinetime_shield::DeadlineTimerprivate
m_is_runningtime_shield::DeadlineTimerprivate
remaining_time() const noexcepttime_shield::DeadlineTimerinline
remaining_time(time_point now) const noexcepttime_shield::DeadlineTimerinline
remaining_time_ms() const noexcepttime_shield::DeadlineTimerinline
remaining_time_sec() const noexcepttime_shield::DeadlineTimerinline
set_forever() noexcepttime_shield::DeadlineTimerinline
start(time_point deadline) noexcepttime_shield::DeadlineTimerinline
start(std::chrono::duration< Rep, Period > timeout) noexcepttime_shield::DeadlineTimerinline
start_ms(ts_ms_t timeout_ms) noexcepttime_shield::DeadlineTimerinline
start_sec(ts_t timeout_sec) noexcepttime_shield::DeadlineTimerinline
stop() noexcepttime_shield::DeadlineTimerinline
time_point typedeftime_shield::DeadlineTimer