![]() |
Gamedev Framework (gf)
0.4.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!=(Time rhs, Time lhs) | gf::Time | related |
operator+(Time rhs, Time lhs) | gf::Time | related |
operator-(Time rhs, Time lhs) | gf::Time | related |
operator<(Time rhs, Time lhs) | gf::Time | related |
operator<=(Time rhs, Time lhs) | gf::Time | related |
operator==(Time rhs, Time lhs) | gf::Time | related |
operator>(Time rhs, Time lhs) | gf::Time | related |
operator>=(Time rhs, Time lhs) | gf::Time | related |
seconds(float amount) | gf::Time | related |
Time() | gf::Time | inline |
Time(std::chrono::steady_clock::duration duration) | gf::Time | inlineexplicit |
Zero | gf::Time | static |