Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Time Class Reference

List of all members.

Public Methods

 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 Methods

Time current ()
void sleepUntil (const Time &futureTime)

Private Attributes

CORBA::ULong _sec
CORBA::ULong _nano

Constructor & Destructor Documentation

Time::Time   [inline]
 

Definition at line 114 of file events.cc.

References _nano, and _sec.

Time::Time CORBA::ULong    sec,
CORBA::ULong    nano
[inline]
 

Definition at line 115 of file events.cc.

References _nano, and _sec.

Time::Time const Time &    right [inline]
 

Definition at line 116 of file events.cc.

References _nano, and _sec.


Member Function Documentation

Time Time::current   [inline, static]
 

Definition at line 95 of file events.cc.

References _nano, and _sec.

Referenced by Consumer_i::push(), sleepUntil(), and Supplier_i::supply().

bool Time::is_nil   const [inline]
 

Definition at line 182 of file events.cc.

References _nano, and _sec.

Referenced by Supplier_i::supply().

Time Time::operator+ const Time &    right const [inline]
 

Definition at line 144 of file events.cc.

Time& Time::operator+= const Time &    right [inline]
 

Definition at line 133 of file events.cc.

References _nano, _sec, and BILLION.

Time Time::operator- const Time &    right const [inline]
 

Definition at line 166 of file events.cc.

Time& Time::operator-= const Time &    right [inline]
 

Definition at line 150 of file events.cc.

References _nano, _sec, BILLION, and operator<().

bool Time::operator< const Time &    right const [inline]
 

Definition at line 126 of file events.cc.

References _nano, and _sec.

Referenced by operator-=().

void Time::operator<<= cdrMemoryStream &    s [inline]
 

Definition at line 177 of file events.cc.

References _nano, and _sec.

Time& Time::operator= const Time &    right [inline]
 

Definition at line 117 of file events.cc.

References _nano, and _sec.

void Time::operator>>= cdrMemoryStream &    s const [inline]
 

Definition at line 172 of file events.cc.

References _nano, and _sec.

void Time::sleepUntil const Time &    futureTime [inline, static]
 

Definition at line 104 of file events.cc.

References _nano, _sec, and current().

Referenced by Supplier_i::supply().


Member Data Documentation

CORBA::ULong Time::_nano [private]
 

Definition at line 93 of file events.cc.

Referenced by current(), is_nil(), operator+=(), operator-=(), operator<(), operator<<=(), operator=(), operator>>=(), sleepUntil(), and Time().

CORBA::ULong Time::_sec [private]
 

Definition at line 92 of file events.cc.

Referenced by current(), is_nil(), operator+=(), operator-=(), operator<(), operator<<=(), operator=(), operator>>=(), sleepUntil(), and Time().


The documentation for this class was generated from the following file:
Generated on Fri Nov 19 17:42:31 2004 for OmniEvents by doxygen1.2.15