class TTimeIntervalMicroSeconds |
Public Member Functions | |
---|---|
TTimeIntervalMicroSeconds() | |
TTimeIntervalMicroSeconds(const TInt64 &) | |
const TInt64 & | Int64() |
TBool | operator!=(const TTimeIntervalMicroSeconds &) |
TBool | operator<(const TTimeIntervalMicroSeconds &) |
TBool | operator<=(const TTimeIntervalMicroSeconds &) |
TTimeIntervalMicroSeconds & | operator=(const TInt64 &) |
TBool | operator==(const TTimeIntervalMicroSeconds &) |
TBool | operator>(const TTimeIntervalMicroSeconds &) |
TBool | operator>=(const TTimeIntervalMicroSeconds &) |
Private Attributes | |
---|---|
TInt64 | iInterval |
TTimeIntervalMicroSeconds | ( | ) | [inline] |
Default constructor.
Constructs an uninitialised object.
TTimeIntervalMicroSeconds | ( | const TInt64 & | aInterval | ) | [inline] |
Constructs the object with the specified 64-bit interval value.
const TInt64 & aInterval | The 64-bit interval value with which the object is to be initialised. |
const TInt64 & | Int64 | ( | ) | const [inline] |
Gets the time interval as a 64-bit integer value.
This 64-bit integer time interval value.
TBool | operator!= | ( | const TTimeIntervalMicroSeconds & | aInterval | ) | const [inline] |
Tests whether this TTimeIntervalMicroSeconds object is not equal to the specified TTimeIntervalMicroSeconds object.
True if the two time intervals are not equal. False otherwise.
const TTimeIntervalMicroSeconds & aInterval | The time interval to be compared with this time interval. |
TBool | operator< | ( | const TTimeIntervalMicroSeconds & | aInterval | ) | const [inline] |
Tests whether this TTimeIntervalMicroSeconds object is less than the specified TTimeIntervalMicroSeconds object.
True if this time interval is less than the specified time interval. False otherwise.
const TTimeIntervalMicroSeconds & aInterval | The time interval to be compared with this time interval. |
TBool | operator<= | ( | const TTimeIntervalMicroSeconds & | aInterval | ) | const [inline] |
Tests whether this TTimeIntervalMicroSeconds object is less than or equal to the specified TTimeIntervalMicroSeconds object.
True if this time interval is less than or equal to the specified time interval. False otherwise.
const TTimeIntervalMicroSeconds & aInterval | The time interval to be compared with this time interval. |
TTimeIntervalMicroSeconds & | operator= | ( | const TInt64 & | aInterval | ) | [inline] |
Assigns a 64-bit integer value to this object.
A reference to this object.
const TInt64 & aInterval | The 64-bit integer interval value to be assigned. |
TBool | operator== | ( | const TTimeIntervalMicroSeconds & | aInterval | ) | const [inline] |
Tests whether this TTimeIntervalMicroSeconds object is equal to the specified TTimeIntervalMicroSeconds object.
True if the two time intervals are equal. False otherwise.
const TTimeIntervalMicroSeconds & aInterval | The time interval to be compared with this time interval. |
TBool | operator> | ( | const TTimeIntervalMicroSeconds & | aInterval | ) | const [inline] |
Tests whether this TTimeIntervalMicroSeconds object is greater than the specified TTimeIntervalMicroSeconds object.
True if this time interval is greater than the specified time interval. False otherwise.
const TTimeIntervalMicroSeconds & aInterval | The time interval to be compared with this time interval. |
TBool | operator>= | ( | const TTimeIntervalMicroSeconds & | aInterval | ) | const [inline] |
Tests whether this TTimeIntervalMicroSeconds object is greater than or equal to the specified TTimeIntervalMicroSeconds object.
True if this time interval is greater than or equal to the specified time interval. False otherwise.
const TTimeIntervalMicroSeconds & aInterval | The time interval to be compared with this time interval. |