Public Member Functions | |
Time () | |
Time (CORBA::ULong sec, CORBA::ULong nano) | |
Time (const Time &right) | |
Time & | operator= (const Time &right) |
bool | operator< (const Time &right) const |
Time & | operator+= (const Time &right) |
Time | operator+ (const Time &right) const |
Time & | operator-= (const Time &right) |
Time | operator- (const Time &right) const |
void | operator>>= (cdrMemoryStream &s) const |
void | operator<<= (cdrMemoryStream &s) |
bool | is_nil () const |
Static Public Member Functions | |
static Time | current () |
static void | sleepUntil (const Time &futureTime) |
Private Attributes | |
CORBA::ULong | _sec |
CORBA::ULong | _nano |
Definition at line 89 of file events.cc.
Time::Time | ( | CORBA::ULong | sec, | |
CORBA::ULong | nano | |||
) | [inline] |
static Time Time::current | ( | ) | [inline, static] |
Definition at line 95 of file events.cc.
Referenced by Consumer_i::push(), sleepUntil(), and Supplier_i::supply().
static void Time::sleepUntil | ( | const Time & | futureTime | ) | [inline, static] |
bool Time::operator< | ( | const Time & | right | ) | const [inline] |
void Time::operator>>= | ( | cdrMemoryStream & | s | ) | const [inline] |
void Time::operator<<= | ( | cdrMemoryStream & | s | ) | [inline] |
bool Time::is_nil | ( | ) | const [inline] |
CORBA::ULong Time::_sec [private] |
Definition at line 92 of file events.cc.
Referenced by current(), is_nil(), operator+=(), operator-=(), operator<(), operator<<=(), operator=(), operator>>=(), and sleepUntil().
CORBA::ULong Time::_nano [private] |
Definition at line 93 of file events.cc.
Referenced by current(), is_nil(), operator+=(), operator-=(), operator<(), operator<<=(), operator=(), operator>>=(), and sleepUntil().