#include <BasicTime.h>
Public Member Functions | |
| TimeStamp () | |
| void | nanoseconds (long double ns) |
| long double | nanoseconds () const |
| void | stampNow () |
| bool | operator== (TimeStamp const &ts) const |
| bool | operator!= (TimeStamp const &ts) const |
| bool | operator< (TimeStamp const &ts) const |
| bool | operator> (TimeStamp const &ts) const |
| bool | operator<= (TimeStamp const &ts) const |
| bool | operator>= (TimeStamp const &ts) const |
| TimeInterval | operator- (TimeStamp const &ts) const |
Private Attributes | |
| UInt64 | _host_time |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4