#include <BasicTime.h>
Public Member Functions | |
| TimeInterval () | |
| TimeInterval (long double t) | |
| void | nanoseconds (long double ns) |
| long double | nanoseconds () const |
| bool | operator== (TimeInterval const &ti) const |
| bool | operator!= (TimeInterval const &ti) const |
| bool | operator< (TimeInterval const &ti) const |
| bool | operator> (TimeInterval const &ti) const |
| bool | operator<= (TimeInterval const &ti) const |
| bool | operator>= (TimeInterval const &ti) const |
Private Attributes | |
| UInt64 | _elapsed |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4