|
Time | operator+ (Time l, const Time &r) |
|
Time | operator+ (Time l, const uint32 &r) |
|
Time | operator+ (const uint32 &l, Time r) |
|
Time | operator- (Time l, const Time &r) |
|
Time | operator- (Time l, const uint32 &r) |
|
Time | operator- (const uint32 &l, Time r) |
|
bool | operator== (const Time &l, const Time &r) |
|
bool | operator== (const Time &l, const uint32 &r) |
|
bool | operator== (const uint32 &l, const Time &r) |
|
bool | operator!= (const Time &l, const Time &r) |
|
bool | operator!= (const Time &l, const uint32 &r) |
|
bool | operator!= (const uint32 &l, const Time &r) |
|
bool | operator< (const Time &l, const Time &r) |
|
bool | operator< (const Time &l, const uint32 &r) |
|
bool | operator< (const uint32 &l, const Time &r) |
|
bool | operator> (const Time &l, const Time &r) |
|
bool | operator> (const Time &l, const uint32 &r) |
|
bool | operator> (const uint32 &l, const Time &r) |
|
bool | operator<= (const Time &l, const Time &r) |
|
bool | operator<= (const Time &l, const uint32 &r) |
|
bool | operator<= (const uint32 &l, const Time &r) |
|
bool | operator>= (const Time &l, const Time &r) |
|
bool | operator>= (const Time &l, const uint32 &r) |
|
bool | operator>= (const uint32 &l, const Time &r) |
|