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