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

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

clock typedeftime_shield::ElapsedTimer
duration typedeftime_shield::ElapsedTimer
elapsed() const noexcepttime_shield::ElapsedTimerinline
elapsed(time_point now) const noexcepttime_shield::ElapsedTimerinline
elapsed_count() const noexcepttime_shield::ElapsedTimerinline
elapsed_ms() const noexcepttime_shield::ElapsedTimerinline
elapsed_ms(ts_ms_t now_ms) const noexcepttime_shield::ElapsedTimerinline
elapsed_ns() const noexcepttime_shield::ElapsedTimerinline
elapsed_ns(std::int64_t now_ns) const noexcepttime_shield::ElapsedTimerinline
elapsed_sec() const noexcepttime_shield::ElapsedTimerinline
elapsed_sec(ts_t now_sec) const noexcepttime_shield::ElapsedTimerinline
ElapsedTimer() noexcept=defaulttime_shield::ElapsedTimer
ElapsedTimer(bool start_immediately) noexcepttime_shield::ElapsedTimerinlineexplicit
has_expired(ts_ms_t timeout_ms) const noexcepttime_shield::ElapsedTimerinline
has_expired_sec(ts_t timeout_sec) const noexcepttime_shield::ElapsedTimerinline
invalidate() noexcepttime_shield::ElapsedTimerinline
is_running() const noexcepttime_shield::ElapsedTimerinline
is_valid() const noexcepttime_shield::ElapsedTimerinline
m_is_runningtime_shield::ElapsedTimerprivate
m_start_timetime_shield::ElapsedTimerprivate
ms_since_reference() const noexcepttime_shield::ElapsedTimerinline
restart() noexcepttime_shield::ElapsedTimerinline
restart_ms(ts_ms_t now_ms) noexcepttime_shield::ElapsedTimerinline
restart_sec(ts_t now_sec) noexcepttime_shield::ElapsedTimerinline
start() noexcepttime_shield::ElapsedTimerinline
start_time() const noexcepttime_shield::ElapsedTimerinline
time_point typedeftime_shield::ElapsedTimer