OmniEvents
|
#include <EventQueue.h>
Public Member Functions | |
Reader (EventQueue &eventQueue) | |
bool | moreEvents () const |
CORBA::Any * | nextEvent () |
Private Attributes | |
EventQueue & | _eventQueue |
int | _next |
Points to the next event to read. More... | |
Definition at line 59 of file EventQueue.h.
OmniEvents::EventQueue::Reader::Reader | ( | EventQueue & | eventQueue | ) |
Definition at line 70 of file EventQueue.cc.
bool OmniEvents::EventQueue::Reader::moreEvents | ( | ) | const |
Definition at line 78 of file EventQueue.cc.
References _eventQueue, _next, and OmniEvents::EventQueue::_next.
Referenced by OmniEvents::ProxyPushSupplier_i::trigger().
CORBA::Any * OmniEvents::EventQueue::Reader::nextEvent | ( | ) |
Definition at line 84 of file EventQueue.cc.
References _eventQueue, _next, OmniEvents::EventQueue::_queue, and OmniEvents::EventQueue::_size.
Referenced by OmniEvents::ProxyPushSupplier_i::trigger().
|
private |
Definition at line 66 of file EventQueue.h.
Referenced by moreEvents(), and nextEvent().
|
private |
Points to the next event to read.
Definition at line 67 of file EventQueue.h.
Referenced by moreEvents(), and nextEvent().