SDL Utility
|
#include "structures/Time.hpp"
#include "..\..\include\structures\Time.hpp"
Functions | |
Time | Seconds (float seconds) |
Time | Milliseconds (Int32 milliseconds) |
Time | Microseconds (Int64 microseconds) |
bool | operator== (const Time &left, const Time &right) |
bool | operator!= (const Time &left, const Time &right) |
bool | operator< (const Time &left, const Time &right) |
bool | operator> (const Time &left, const Time &right) |
bool | operator<= (const Time &left, const Time &right) |
bool | operator>= (const Time &left, const Time &right) |
Time | operator- (const Time &right) |
Time | operator+ (const Time &left, const Time &right) |
Time & | operator+= (Time &left, const Time &right) |
Time | operator- (const Time &left, const Time &right) |
Time & | operator-= (Time &left, const Time &right) |
Time | operator* (const Time &left, float right) |
Time | operator* (const Time &left, Int64 right) |
Time | operator* (float left, const Time &right) |
Time | operator* (Int64 left, const Time &right) |
Time & | operator*= (Time &left, float right) |
Time & | operator*= (Time &left, Int64 right) |
Time | operator/ (const Time &left, float right) |
Time | operator/ (const Time &left, Int64 right) |
Time & | operator/= (Time &left, float right) |
Time & | operator/= (Time &left, Int64 right) |
float | operator/ (const Time &left, const Time &right) |
Time | operator% (const Time &left, const Time &right) |
Time & | operator%= (Time &left, const Time &right) |
Time Microseconds | ( | Int64 | microseconds | ) |
Time Milliseconds | ( | Int32 | milliseconds | ) |
bool operator!= | ( | const Time & | left, |
const Time & | right | ||
) |
Time operator% | ( | const Time & | left, |
const Time & | right | ||
) |
Time& operator%= | ( | Time & | left, |
const Time & | right | ||
) |
Time operator* | ( | const Time & | left, |
float | right | ||
) |
Time operator* | ( | const Time & | left, |
Int64 | right | ||
) |
Time operator* | ( | float | left, |
const Time & | right | ||
) |
Time operator* | ( | Int64 | left, |
const Time & | right | ||
) |
Time& operator*= | ( | Time & | left, |
float | right | ||
) |
Time& operator*= | ( | Time & | left, |
Int64 | right | ||
) |
Time operator+ | ( | const Time & | left, |
const Time & | right | ||
) |
Time& operator+= | ( | Time & | left, |
const Time & | right | ||
) |
Time operator- | ( | const Time & | left, |
const Time & | right | ||
) |
Time operator- | ( | const Time & | right | ) |
Time& operator-= | ( | Time & | left, |
const Time & | right | ||
) |
float operator/ | ( | const Time & | left, |
const Time & | right | ||
) |
Time operator/ | ( | const Time & | left, |
float | right | ||
) |
Time operator/ | ( | const Time & | left, |
Int64 | right | ||
) |
Time& operator/= | ( | Time & | left, |
float | right | ||
) |
Time& operator/= | ( | Time & | left, |
Int64 | right | ||
) |
bool operator< | ( | const Time & | left, |
const Time & | right | ||
) |
bool operator<= | ( | const Time & | left, |
const Time & | right | ||
) |
bool operator== | ( | const Time & | left, |
const Time & | right | ||
) |
bool operator> | ( | const Time & | left, |
const Time & | right | ||
) |
bool operator>= | ( | const Time & | left, |
const Time & | right | ||
) |
Time Seconds | ( | float | seconds | ) |