A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
scheduler.h File Reference
#include <stdint.h>
#include "object.h"
+ Include dependency graph for scheduler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ns3::Scheduler::Event
 
struct  ns3::Scheduler::EventKey
 
class  ns3::Scheduler
 Maintain the event list. More...
 

Namespaces

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

Functions

bool ns3::operator!= (const Scheduler::EventKey &a, const Scheduler::EventKey &b)
 
bool ns3::operator< (const Scheduler::EventKey &a, const Scheduler::EventKey &b)
 
bool ns3::operator< (const Scheduler::Event &a, const Scheduler::Event &b)
 
bool ns3::operator> (const Scheduler::EventKey &a, const Scheduler::EventKey &b)