Antkeeper  0.0.1
frame_scheduler Member List

This is the complete list of members for frame_scheduler, including all inherited members.

clock_type typedefframe_scheduler
duration_type typedefframe_scheduler
fixed_update_callback_type typedefframe_scheduler
frame_scheduler() noexceptframe_scheduler
get_accumulated_time() const noexceptframe_schedulerinline
get_fixed_update_callback() const noexceptframe_schedulerinline
get_fixed_update_interval() const noexceptframe_schedulerinline
get_fixed_update_time() const noexceptframe_schedulerinline
get_frame_duration() const noexceptframe_schedulerinline
get_max_frame_duration() const noexceptframe_schedulerinline
get_min_frame_duration() const noexceptframe_schedulerinline
get_variable_update_callback() const noexceptframe_schedulerinline
refresh() noexceptframe_scheduler
reset() noexceptframe_scheduler
set_fixed_update_callback(fixed_update_callback_type &&callback) noexceptframe_schedulerinline
set_fixed_update_callback(const fixed_update_callback_type &callback) noexceptframe_schedulerinline
set_fixed_update_interval(duration_type interval) noexceptframe_schedulerinline
set_max_frame_duration(duration_type duration) noexceptframe_schedulerinline
set_min_frame_duration(duration_type duration) noexceptframe_schedulerinline
set_variable_update_callback(variable_update_callback_type &&callback) noexceptframe_schedulerinline
set_variable_update_callback(const variable_update_callback_type &callback) noexceptframe_schedulerinline
tick()frame_scheduler
time_point_type typedefframe_scheduler
variable_update_callback_type typedefframe_scheduler