![]() |
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::Timer, including all inherited members.
Function typedef | galaxy::Timer | |
m_callback | galaxy::Timer | private |
m_delay | galaxy::Timer | private |
m_handle | galaxy::Timer | private |
m_paused | galaxy::Timer | private |
m_repeat | galaxy::Timer | private |
m_started | galaxy::Timer | private |
operator=(const Timer &)=delete | galaxy::Timer | private |
pause(const bool pause) noexcept | galaxy::Timer | |
paused() const noexcept | galaxy::Timer | |
set(Timer::Function &&func, const std::uint64_t delay) noexcept | galaxy::Timer | |
start(const bool repeat=false) | galaxy::Timer | |
stop() noexcept | galaxy::Timer | |
stopped() const noexcept | galaxy::Timer | |
Timer() noexcept | galaxy::Timer | |
Timer(const Timer &)=delete | galaxy::Timer | private |
~Timer() noexcept | galaxy::Timer |