#include <PreciseTimeValue.h>

| PreciseTimeValue | ( | ) | [inline] |
{}
| PreciseTimeValue | ( | int | t, |
| float | f | ||
| ) | [inline] |
| PreciseTimeValue | ( | int | t | ) | [inline] |
| PreciseTimeValue | ( | float | f | ) |
| PreciseTimeValue | ( | const PreciseTimeValue & | v | ) |
| operator int | ( | ) | [inline] |
{ return tick; }
| PreciseTimeValue operator- | ( | ) | const |
| PreciseTimeValue operator+ | ( | ) | const [inline] |
{ return *this; }
| int TimeValue | ( | ) | const [inline] |
{ return tick; }
| float PreciseTime | ( | ) | const [inline] |
| PreciseTimeValue& operator-= | ( | const PreciseTimeValue & | ) |
| PreciseTimeValue& operator-= | ( | const int | v | ) | [inline] |
{ tick -= v; return *this; }
| PreciseTimeValue& operator-= | ( | const float | ) |
| PreciseTimeValue& operator+= | ( | const PreciseTimeValue & | ) |
| PreciseTimeValue& operator+= | ( | const int | v | ) | [inline] |
{ tick += v; return *this; }
| PreciseTimeValue& operator+= | ( | const float | ) |
| PreciseTimeValue& operator*= | ( | const int | ) |
| PreciseTimeValue& operator*= | ( | const float | ) |
| PreciseTimeValue& operator/= | ( | const float | ) |
| PreciseTimeValue& Set | ( | int | t, |
| float | f | ||
| ) | [inline] |
| int operator== | ( | const PreciseTimeValue & | v | ) | const [inline] |
| int operator!= | ( | const PreciseTimeValue & | v | ) | const [inline] |
| int Equals | ( | const PreciseTimeValue & | v, |
| float | epsilon =
1E-6f |
||
| ) | const |
| int Equals | ( | int | t, |
| float | epsilon =
1E-6f |
||
| ) | const |
| int Equals | ( | float | t, |
| float | epsilon =
1E-6f |
||
| ) | const |
| int operator> | ( | const PreciseTimeValue & | v | ) | const |
| int operator< | ( | const PreciseTimeValue & | v | ) | const |
| int operator>= | ( | const PreciseTimeValue & | v | ) | const |
| int operator<= | ( | const PreciseTimeValue & | v | ) | const |
| PreciseTimeValue operator- | ( | const PreciseTimeValue & | ) | const |
| PreciseTimeValue operator- | ( | const int | ) | const |
| PreciseTimeValue operator- | ( | const float | ) | const |
| PreciseTimeValue operator+ | ( | const PreciseTimeValue & | ) | const |
| PreciseTimeValue operator+ | ( | const int | ) | const |
| PreciseTimeValue operator+ | ( | const float | ) | const |
| PreciseTimeValue operator* | ( | const int | ) | const |
| PreciseTimeValue operator* | ( | const float | ) | const |
| PreciseTimeValue operator/ | ( | const float | ) | const |
| void AdjustFraction | ( | ) |
const PreciseTimeValue Origin
[static] |