src/tools/model/event-garbage-collector.h
changeset 7241 0a7a16b599e8
parent 6941 9d2c79c992d7
child 7386 2310ed220a61
equal deleted inserted replaced
7240:395988f30476 7241:0a7a16b599e8
    25 #include "ns3/simulator.h"
    25 #include "ns3/simulator.h"
    26 
    26 
    27 namespace ns3 {
    27 namespace ns3 {
    28 
    28 
    29 /**
    29 /**
       
    30  * \ingroup tools
       
    31  *
    30  * \brief An object that tracks scheduled events and automatically
    32  * \brief An object that tracks scheduled events and automatically
    31  * cancels them when it is destroyed.  It is useful in situations
    33  * cancels them when it is destroyed.  It is useful in situations
    32  * where multiple instances of the same type of event can
    34  * where multiple instances of the same type of event can
    33  * simultaneously be scheduled, and when the events should be limited
    35  * simultaneously be scheduled, and when the events should be limited
    34  * to the lifetime of a container object.
    36  * to the lifetime of a container object.