equal
deleted
inserted
replaced
62 */ |
62 */ |
63 class Object : public SimpleRefCount<Object,ObjectBase,ObjectDeleter> |
63 class Object : public SimpleRefCount<Object,ObjectBase,ObjectDeleter> |
64 { |
64 { |
65 public: |
65 public: |
66 /** |
66 /** |
67 * Get the type ID. |
67 * \brief Get the type ID. |
|
68 * \return the object TypeId |
68 */ |
69 */ |
69 static TypeId GetTypeId (void); |
70 static TypeId GetTypeId (void); |
70 |
71 |
71 /** |
72 /** |
72 * \brief Iterate over the objects aggregated to an ns3::Object. |
73 * \brief Iterate over the objects aggregated to an ns3::Object. |