equal
deleted
inserted
replaced
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. |