SDL Utility
|
This is the complete list of members for Time, including all inherited members.
AsChrono() const | Time | inline |
AsChronoMicroseconds() const | Time | |
AsChronoMilliseconds() const | Time | |
AsChronoSeconds() const | Time | |
AsMicroseconds() const | Time | |
AsMilliseconds() const | Time | |
AsSeconds() const | Time | |
AsValue() const | Time | inline |
Create(const Rep &duration) | Time | inlinestatic |
Create(const std::chrono::duration< Rep, Period > &duration) | Time | inlinestatic |
Microseconds(Int64 microseconds) | Time | friend |
Milliseconds(Int32 milliseconds) | Time | friend |
Now() | Time | inlinestatic |
operator!=(const Time &left, const Time &right) | Time | friend |
operator%(const Time &left, const Time &right) | Time | friend |
operator%=(Time &left, const Time &right) | Time | friend |
operator*(const Time &left, float right) | Time | friend |
operator*(const Time &left, Int64 right) | Time | friend |
operator*(float left, const Time &right) | Time | friend |
operator*(Int64 left, const Time &right) | Time | friend |
operator*=(Time &left, float right) | Time | friend |
operator*=(Time &left, Int64 right) | Time | friend |
operator+(const Time &left, const Time &right) | Time | friend |
operator+=(Time &left, const Time &right) | Time | friend |
operator-(const Time &right) | Time | friend |
operator-(const Time &left, const Time &right) | Time | friend |
operator-=(Time &left, const Time &right) | Time | friend |
operator/(const Time &left, float right) | Time | friend |
operator/(const Time &left, Int64 right) | Time | friend |
operator/(const Time &left, const Time &right) | Time | friend |
operator/=(Time &left, float right) | Time | friend |
operator/=(Time &left, Int64 right) | Time | friend |
operator<(const Time &left, const Time &right) | Time | friend |
operator<=(const Time &left, const Time &right) | Time | friend |
operator==(const Time &left, const Time &right) | Time | friend |
operator>(const Time &left, const Time &right) | Time | friend |
operator>=(const Time &left, const Time &right) | Time | friend |
Seconds(float seconds) | Time | friend |
Time() | Time |