#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. | |
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, OmniEvents::EventQueue::_next, and _next.
Referenced by OmniEvents::ProxyPullSupplier_i::pull(), and OmniEvents::ProxyPullSupplier_i::try_pull().
| 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::ProxyPullSupplier_i::pull(), and OmniEvents::ProxyPullSupplier_i::try_pull().
Definition at line 66 of file EventQueue.h.
Referenced by moreEvents(), and nextEvent().
int OmniEvents::EventQueue::Reader::_next [private] |
Points to the next event to read.
Definition at line 67 of file EventQueue.h.
Referenced by moreEvents(), and nextEvent().
1.6.1