#include <milliSeconds.h>
Classes | |
class | Interval |
Public Member Functions | |
MilliSeconds (int64_t ms=0) | |
int64_t | value () const |
const MilliSeconds | operator+ (int64_t diff) const |
const MilliSeconds | operator- (int64_t diff) const |
const MilliSeconds | operator+ (Interval diff) const |
const MilliSeconds | operator- (Interval diff) const |
const Interval | operator- (MilliSeconds r) const |
double | elapsedSeconds () const |
Static Public Member Functions | |
static const MilliSeconds | now () |
Private Attributes | |
int64_t | msec |
Definition at line 21 of file milliSeconds.h.
|
inlineexplicit |
Definition at line 42 of file milliSeconds.h.
Referenced by now(), operator+(), and operator-().
|
inline |
|
static |
Definition at line 9 of file milliSeconds.cc.
References MilliSeconds().
Referenced by elapsedSeconds().
|
inline |
Definition at line 44 of file milliSeconds.h.
References MilliSeconds(), and value().
|
inline |
Definition at line 46 of file milliSeconds.h.
References operator+(), and osl::misc::MilliSeconds::Interval::value().
Referenced by operator+().
|
inline |
Definition at line 45 of file milliSeconds.h.
References MilliSeconds(), and value().
|
inline |
Definition at line 47 of file milliSeconds.h.
References operator-(), and osl::misc::MilliSeconds::Interval::value().
Referenced by operator-().
|
inline |
Definition at line 48 of file milliSeconds.h.
References value().
|
inline |
Definition at line 43 of file milliSeconds.h.
References msec.
Referenced by operator+(), operator-(), osl::misc::operator<(), and osl::misc::operator==().
|
private |
Definition at line 23 of file milliSeconds.h.
Referenced by value().