#include <set>
#include "ns3/event-id.h"
#include "ns3/simulator.h"
Go to the source code of this file.
Classes | |
class | ns3::EventGarbageCollector |
An object that tracks scheduled events and automatically cancels them when it is destroyed. It is useful in situations where multiple instances of the same type of event can simultaneously be scheduled, and when the events should be limited to the lifetime of a container object. More... | |
struct | ns3::EventGarbageCollector::EventIdLessThanTs |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |