|
MoSync 3.2.1
|
Utility for data and time handling. More...
#include <maapi.h>#include <maassert.h>#include <mastring.h>#include <matime.h>#include "TimeSpan.h"Classes | |
| class | MAPUtil::DateTime |
| DateTime is a C++ class for time stamps. More... | |
Namespaces | |
| namespace | MAPUtil |
MoSync slippy map utility classes. | |
Functions | |
| bool | MAPUtil::operator> (const DateTime &a, const DateTime &b) |
| bool | MAPUtil::operator< (const DateTime &a, const DateTime &b) |
| bool | MAPUtil::operator>= (const DateTime &a, const DateTime &b) |
| bool | MAPUtil::operator<= (const DateTime &a, const DateTime &b) |
| bool | MAPUtil::operator== (const DateTime &a, const DateTime &b) |
| bool | MAPUtil::operator!= (const DateTime &a, const DateTime &b) |
| TimeSpan | MAPUtil::operator- (const DateTime d1, const DateTime d2) |
| DateTime | MAPUtil::operator- (const DateTime d, const TimeSpan t) |
| DateTime | MAPUtil::operator+ (const DateTime d, const TimeSpan t) |
Utility for data and time handling.