|
MoSync 3.3
|
Utility for representing a time span. More...
#include <matime.h>Classes | |
| class | MAPUtil::TimeSpan |
| Class for representing a time span. Span can be positive as well as negative. More... | |
Namespaces | |
| namespace | MAPUtil |
MoSync slippy map utility classes. | |
Functions | |
| TimeSpan | MAPUtil::operator- (const TimeSpan &t) |
| TimeSpan | MAPUtil::operator- (const TimeSpan &t1, const TimeSpan &t2) |
| TimeSpan | MAPUtil::operator+ (const TimeSpan &t1, const TimeSpan &t2) |
| bool | MAPUtil::operator== (const TimeSpan &t1, const TimeSpan &t2) |
| bool | MAPUtil::operator!= (const TimeSpan &t1, const TimeSpan &t2) |
| bool | MAPUtil::operator< (const TimeSpan &t1, const TimeSpan &t2) |
| bool | MAPUtil::operator<= (const TimeSpan &t1, const TimeSpan &t2) |
| bool | MAPUtil::operator> (const TimeSpan &t1, const TimeSpan &t2) |
| bool | MAPUtil::operator>= (const TimeSpan &t1, const TimeSpan &t2) |
Utility for representing a time span.