Custom priority_queue which supports remove, and returns entries in increasing time order. More...
Public Member Functions | |
bool | remove (const Scheduler::Event &ev) |
Remove a specific event from the event list. | |
Custom priority_queue which supports remove, and returns entries in increasing time order.
Definition at line 80 of file priority-queue-scheduler.h.
bool ns3::PriorityQueueScheduler::EventPriorityQueue::remove | ( | const Scheduler::Event & | ev | ) |
Remove a specific event from the event list.
This method cannot be invoked if the list is empty.
[in] | ev | The event to remove |
true
if the event was found, false otherwise. Definition at line 83 of file priority-queue-scheduler.cc.
Referenced by ns3::PriorityQueueScheduler::Remove().