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

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

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