Gamedev Framework (gf)  0.2.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!=(const Time &rhs, const Time &lhs)gf::Timerelated
operator<(const Time &rhs, const Time &lhs)gf::Timerelated
operator<=(const Time &rhs, const Time &lhs)gf::Timerelated
operator==(const Time &rhs, const Time &lhs)gf::Timerelated
operator>(const Time &rhs, const Time &lhs)gf::Timerelated
operator>=(const Time &rhs, const Time &lhs)gf::Timerelated
seconds(float amount)gf::Timerelated
Time()gf::Time
Time(std::chrono::steady_clock::duration duration)gf::Timeexplicit