A Discrete-Event Network Simulator
API
priority-queue-scheduler.h File Reference

Declaration of ns3::PriorityQueueScheduler class. More...

#include "scheduler.h"
#include <functional>
#include <algorithm>
#include <stdint.h>
#include <utility>
#include <queue>
+ Include dependency graph for priority-queue-scheduler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::PriorityQueueScheduler::EventPriorityQueue
 Custom priority_queue which supports remove, and returns entries in increasing time order. More...
 
class  ns3::PriorityQueueScheduler
 a std::priority_queue event scheduler More...
 

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Detailed Description

Declaration of ns3::PriorityQueueScheduler class.

Definition in file priority-queue-scheduler.h.