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

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

asDuration() const gf::Timeinline
asMicroseconds() const gf::Time
asMilliseconds() const gf::Time
asSeconds() const gf::Time
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>=(Time rhs, Time lhs)gf::Timerelated
seconds(float amount)gf::Timerelated
Time()gf::Timeinline
Time(std::chrono::steady_clock::duration duration)gf::Timeinlineexplicit
Zerogf::Timestatic