#include <EventQueueImplementation.h>
Inheritance diagram for ot::EventQueueImplementation:

Public Member Functions | |
| virtual | ~EventQueueImplementation () |
| Destructor method clears queue. | |
| virtual Event & | getEvent (unsigned int number=0) |
| virtual Event & | getEventNearTime (double time) |
| virtual unsigned int | getSize () |
Protected Member Functions | |
| void | insertAtTime (Event &event) |
Protected Attributes | |
| EventQueue | queue |
| queue of events | |
|
|
Destructor method clears queue.
|
|
|
returns the event number n back in time starting with the newest event for n = 0.
Reimplemented in ot::EventQueueNode. |
|
|
returns the event closes to the given point in time
Reimplemented in ot::EventQueueNode. |
|
|
returns the size of the queue Reimplemented in ot::EventQueueNode. |
|
|
inserts an event so that it is in order in time with the other events.
|
|
|
queue of events
|
1.4.6