#include <matime.h>
Namespaces | |
| namespace | MAPUtil |
Classes | |
| class | MAPUtil::TimeSpan |
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) |
1.4.6-NO