Gamedev Framework (gf)
0.3.0
A C++11 framework for 2D games
|
This is the complete list of members for gf::Time, including all inherited members.
asDuration() const | gf::Time | inline |
asMicroseconds() const | gf::Time | |
asMilliseconds() const | gf::Time | |
asSeconds() const | gf::Time | |
microseconds(int64_t amount) | gf::Time | related |
milliseconds(int32_t amount) | gf::Time | related |
operator!=(const Time &rhs, const Time &lhs) | gf::Time | related |
operator<(const Time &rhs, const Time &lhs) | gf::Time | related |
operator<=(const Time &rhs, const Time &lhs) | gf::Time | related |
operator==(const Time &rhs, const Time &lhs) | gf::Time | related |
operator>(const Time &rhs, const Time &lhs) | gf::Time | related |
operator>=(const Time &rhs, const Time &lhs) | gf::Time | related |
seconds(float amount) | gf::Time | related |
Time() | gf::Time | |
Time(std::chrono::steady_clock::duration duration) | gf::Time | explicit |