|
OmniEvents
|
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 |
| 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(), and Supplier_i::supply().
| bool Time::is_nil | ( | ) | const [inline] |
Definition at line 182 of file events.cc.
Referenced by Supplier_i::supply().
| bool Time::operator< | ( | const Time & | right | ) | const [inline] |
| void Time::operator>>= | ( | cdrMemoryStream & | s | ) | const [inline] |
| static void Time::sleepUntil | ( | const Time & | futureTime | ) | [inline, static] |
Definition at line 104 of file events.cc.
Referenced by Supplier_i::supply().
CORBA::ULong Time::_nano [private] |
Definition at line 93 of file events.cc.
Referenced by current(), operator+=(), operator-=(), operator<(), operator=(), and sleepUntil().
CORBA::ULong Time::_sec [private] |
Definition at line 92 of file events.cc.
Referenced by current(), operator+=(), operator-=(), operator<(), operator=(), and sleepUntil().