ns3::Scheduler abstract base class, ns3::Scheduler::Event and ns3::Scheduler::EventKey declarations. More...
Go to the source code of this file.
Classes | |
| struct | ns3::Scheduler::Event | 
| Scheduler event.  More... | |
| struct | ns3::Scheduler::EventKey | 
| Structure for sorting and comparing Events.  More... | |
| class | ns3::Scheduler | 
| Maintain the event list.  More... | |
Namespaces | |
| namespace | ns3 | 
| Every class exported by the ns3 library is enclosed in the ns3 namespace.  | |
Functions | |
| bool | ns3::operator!= (const Scheduler::Event &a, const Scheduler::Event &b) | 
| Compare (not equal) two events by Event.   | |
| bool | ns3::operator!= (const Scheduler::EventKey &a, const Scheduler::EventKey &b) | 
| Compare (not equal) two events by EventKey.   | |
| bool | ns3::operator< (const Scheduler::Event &a, const Scheduler::Event &b) | 
| Compare (less than) two events by Event.   | |
| bool | ns3::operator< (const Scheduler::EventKey &a, const Scheduler::EventKey &b) | 
| Compare (less than) two events by EventKey.   | |
| bool | ns3::operator== (const Scheduler::Event &a, const Scheduler::Event &b) | 
| Compare (equal) two events by Event.   | |
| bool | ns3::operator== (const Scheduler::EventKey &a, const Scheduler::EventKey &b) | 
| Compare (equal) two events by EventKey.   | |
| bool | ns3::operator> (const Scheduler::Event &a, const Scheduler::Event &b) | 
| Compare (greater than) two events by Event.   | |
| bool | ns3::operator> (const Scheduler::EventKey &a, const Scheduler::EventKey &b) | 
| Compare (greater than) two events by EventKey.   | |
ns3::Scheduler abstract base class, ns3::Scheduler::Event and ns3::Scheduler::EventKey declarations.
Definition in file scheduler.h.