1.10 |
This is the complete list of members for Timer, including all inherited members.
CallbackArray typedef | Timer | protected |
cancel() | Timer | |
change_duration(std::chrono::milliseconds duration) | Timer | |
clear_handlers() | Timer | |
duration() const | Timer | inline |
invoke_handlers() | Timer | protected |
m_callbacks | Timer | protected |
m_duration | Timer | protected |
m_handle_counter | Timer | protected |
m_impl | Timer | protected |
m_name | Timer | protected |
m_running | Timer | protected |
m_timer | Timer | protected |
name() const | Timer | inline |
name(const std::string &name) | Timer | inline |
on_timeout(TimerCallback callback) | Timer | |
operator=(const Timer &)=delete | Timer | |
operator=(Timer &&) | Timer | |
RegisterHandle typedef | Timer | |
remove_handler(RegisterHandle handle) | Timer | |
running() const | Timer | inline |
start() | Timer | virtual |
start(std::chrono::milliseconds duration) | Timer | inline |
start_with_duration(std::chrono::milliseconds duration) | Timer | |
stop() | Timer | inline |
timeout() | Timer | |
Timer() noexcept | Timer | |
Timer(std::chrono::milliseconds duration) noexcept | Timer | explicit |
Timer(const Timer &)=delete | Timer | |
Timer(Timer &&) | Timer | |
TimerCallback typedef | Timer | |
~Timer() noexcept | Timer | virtual |