|
wfmath
1.0.3
A math library for the Worldforge system.
|
This is the complete list of members for WFMath::TimeDiff, including all inherited members.
| full_time() const | WFMath::TimeDiff | inline |
| isValid() const (defined in WFMath::TimeDiff) | WFMath::TimeDiff | inline |
| milliseconds() const | WFMath::TimeDiff | |
| operator+(const TimeDiff &a, const TimeDiff &b) | WFMath::TimeDiff | friend |
| operator+(const TimeStamp &a, const TimeDiff &msec) | WFMath::TimeDiff | friend |
| operator+=(TimeDiff &, const TimeDiff &) | WFMath::TimeDiff | friend |
| operator+=(TimeStamp &, const TimeDiff &) | WFMath::TimeDiff | friend |
| operator-() const | WFMath::TimeDiff | inline |
| operator-(const TimeDiff &a, const TimeDiff &b) | WFMath::TimeDiff | friend |
| operator-(const TimeStamp &a, const TimeDiff &msec) | WFMath::TimeDiff | friend |
| operator-(const TimeStamp &a, const TimeStamp &b) | WFMath::TimeDiff | friend |
| operator-=(TimeDiff &, const TimeDiff &) | WFMath::TimeDiff | friend |
| operator-=(TimeStamp &, const TimeDiff &) | WFMath::TimeDiff | friend |
| operator< (defined in WFMath::TimeDiff) | WFMath::TimeDiff | friend |
| operator== (defined in WFMath::TimeDiff) | WFMath::TimeDiff | friend |
| TimeDiff() | WFMath::TimeDiff | inline |
| TimeDiff(long msec) | WFMath::TimeDiff |