MAGE  v0.171.0
Matthias Advanced Game Engine
mage::GameTime Member List

This is the complete list of members for mage::GameTime, including all inherited members.

GameTime() noexceptmage::GameTime
GameTime(TimeIntervalSeconds wall_clock_delta_time, TimeIntervalSeconds wall_clock_total_delta_time, TimeIntervalSeconds core_clock_delta_time, TimeIntervalSeconds core_clock_total_delta_time) noexceptmage::GameTimeexplicit
GameTime(const GameTime &time) noexcept=defaultmage::GameTime
GameTime(GameTime &&time) noexcept=defaultmage::GameTime
GetCoreClockDeltaTime() const noexceptmage::GameTime
GetCoreClockTotalDeltaTime() const noexceptmage::GameTime
GetWallClockDeltaTime() const noexceptmage::GameTime
GetWallClockTotalDeltaTime() const noexceptmage::GameTime
m_core_clock_delta_timemage::GameTimeprivate
m_core_clock_total_delta_timemage::GameTimeprivate
m_wall_clock_delta_timemage::GameTimeprivate
m_wall_clock_total_delta_timemage::GameTimeprivate
operator=(const GameTime &time) noexcept=defaultmage::GameTime
operator=(GameTime &&time) noexcept=defaultmage::GameTime
~GameTime()=defaultmage::GameTime