CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::TTimer< Clock > Member List

This is the complete list of members for CeresEngine::TTimer< Clock >, including all inherited members.

Callback typedefCeresEngine::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 typedefCeresEngine::TTimer< Clock >
fire()CeresEngine::TTimer< Clock >private
mCallbackCeresEngine::TTimer< Clock >private
mRepeatingCeresEngine::TTimer< Clock >private
mRepeatIntervalCeresEngine::TTimer< Clock >private
mTimerCeresEngine::TTimer< Clock >private
setup(Duration duration)CeresEngine::TTimer< Clock >private
setup(TimePoint timePoint)CeresEngine::TTimer< Clock >private
TimePoint typedefCeresEngine::TTimer< Clock >
TimerType typedefCeresEngine::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() noexceptCeresEngine::TTimer< Clock >