Gamedev Framework (gf)  0.11.0
A C++14 framework for 2D games
gf::Time Member List

This is the complete list of members for gf::Time, including all inherited members.

addTo(Time other)gf::Timeinline
asDuration() constgf::Timeinline
asMicroseconds() constgf::Timeinline
asMilliseconds() constgf::Timeinline
asSeconds() constgf::Timeinline
microseconds(int64_t amount)gf::Timerelated
milliseconds(int32_t amount)gf::Timerelated
operator!=(Time rhs, Time lhs)gf::Timerelated
operator+(Time rhs, Time lhs)gf::Timerelated
operator+=(Time &rhs, Time lhs)gf::Timerelated
operator-(Time rhs, Time lhs)gf::Timerelated
operator-=(Time &rhs, Time lhs)gf::Timerelated
operator<(Time rhs, Time lhs)gf::Timerelated
operator<=(Time rhs, Time lhs)gf::Timerelated
operator=(const Time &)=defaultgf::Time
operator==(Time rhs, Time lhs)gf::Timerelated
operator>(Time rhs, Time lhs)gf::Timerelated
operator>=(Time rhs, Time lhs)gf::Timerelated
seconds(float amount)gf::Timerelated
subTo(Time other)gf::Timeinline
Time()gf::Timeinline
Time(const Time &)=defaultgf::Time
Time(std::chrono::steady_clock::duration duration)gf::Timeinlineexplicit
zero()gf::Timeinlinestatic
Zerogf::Timestatic