equal
deleted
inserted
replaced
22 |
22 |
23 #include <map> |
23 #include <map> |
24 #include "object.h" |
24 #include "object.h" |
25 #include "ptr.h" |
25 #include "ptr.h" |
26 #include "attribute.h" |
26 #include "attribute.h" |
|
27 |
|
28 /** |
|
29 * \file |
|
30 * \ingroup attribute_ObjectPtrContainer |
|
31 * ObjectPtrContainer attribute value declarations and template implementations. |
|
32 */ |
|
33 |
27 |
34 |
28 namespace ns3 { |
35 namespace ns3 { |
29 |
36 |
30 /** |
37 /** |
31 * \ingroup attribute_ObjectPtrContainer |
38 * \ingroup attribute_ObjectPtrContainer |