![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
This is the complete list of members for galaxy::async::Timer, including all inherited members.
Function typedef | galaxy::async::Timer | |
m_callback | galaxy::async::Timer | private |
m_delay | galaxy::async::Timer | private |
m_handle | galaxy::async::Timer | private |
m_paused | galaxy::async::Timer | private |
m_repeat | galaxy::async::Timer | private |
m_stopped | galaxy::async::Timer | private |
m_time_passed | galaxy::async::Timer | private |
operator=(const Timer &)=delete | galaxy::async::Timer | private |
pause(const bool pause) noexcept | galaxy::async::Timer | |
paused() const noexcept | galaxy::async::Timer | |
repeat(const bool repeat) noexcept | galaxy::async::Timer | |
set(Timer::Function &&func, const std::uint32_t delay) noexcept | galaxy::async::Timer | |
start() | galaxy::async::Timer | |
stop() noexcept | galaxy::async::Timer | |
stopped() const noexcept | galaxy::async::Timer | |
Timer() noexcept | galaxy::async::Timer | |
Timer(Timer::Function &&func, const std::uint32_t delay) noexcept | galaxy::async::Timer | |
Timer(const Timer &)=delete | galaxy::async::Timer | private |
~Timer() noexcept | galaxy::async::Timer |