|
CeresEngine 0.2.0
A game development framework
|
This is the complete list of members for CeresEngine::TTimer< Clock >, including all inherited members.
| Callback typedef | CeresEngine::TTimer< Clock > | |
| create(AnyIOExecutor executor, Duration duration, Callback callback, bool repeating=false) | CeresEngine::TTimer< Clock > | static |
| create(AnyIOExecutor executor, Duration duration, Callback callback, Duration repeatInterval) | CeresEngine::TTimer< Clock > | static |
| create(AnyIOExecutor executor, TimePoint timePoint, Callback callback) | CeresEngine::TTimer< Clock > | static |
| create(AnyIOExecutor executor, TimePoint timePoint, Callback callback, Duration repeatInterval) | CeresEngine::TTimer< Clock > | static |
| Duration typedef | CeresEngine::TTimer< Clock > | |
| fire() | CeresEngine::TTimer< Clock > | private |
| mCallback | CeresEngine::TTimer< Clock > | private |
| mRepeating | CeresEngine::TTimer< Clock > | private |
| mRepeatInterval | CeresEngine::TTimer< Clock > | private |
| mTimer | CeresEngine::TTimer< Clock > | private |
| setup(Duration duration) | CeresEngine::TTimer< Clock > | private |
| setup(TimePoint timePoint) | CeresEngine::TTimer< Clock > | private |
| TimePoint typedef | CeresEngine::TTimer< Clock > | |
| TimerType typedef | CeresEngine::TTimer< Clock > | private |
| TTimer(AnyIOExecutor executor, Duration duration, Callback callback, bool repeating=false) | CeresEngine::TTimer< Clock > | |
| TTimer(AnyIOExecutor executor, Duration duration, Callback callback, Duration repeatInterval) | CeresEngine::TTimer< Clock > | |
| TTimer(AnyIOExecutor executor, TimePoint timePoint, Callback callback) | CeresEngine::TTimer< Clock > | |
| TTimer(AnyIOExecutor executor, TimePoint timePoint, Callback callback, Duration repeatInterval) | CeresEngine::TTimer< Clock > | |
| ~TTimer() noexcept | CeresEngine::TTimer< Clock > |