Classes | Public Member Functions

ns3::EventGarbageCollector Class Reference

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...

#include <event-garbage-collector.h>

List of all members.

Classes

struct  EventIdLessThanTs

Public Member Functions

void Track (EventId event)
 Tracks a new event.

Detailed Description

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.


The documentation for this class was generated from the following file: