changeset 3182 | 61fe7fe81ebd |
parent 2970 | 0384d6f6cca1 |
child 3763 | e46e361a4262 |
3181:26e7f865c548 | 3182:61fe7fe81ebd |
---|---|
24 #include "object.h" |
24 #include "object.h" |
25 |
25 |
26 namespace ns3 { |
26 namespace ns3 { |
27 |
27 |
28 /** |
28 /** |
29 * \ingroup attribute |
|
30 * |
|
29 * \brief hold objects of type Ptr<T> |
31 * \brief hold objects of type Ptr<T> |
30 */ |
32 */ |
31 class PointerValue : public AttributeValue |
33 class PointerValue : public AttributeValue |
32 { |
34 { |
33 public: |
35 public: |