Public Member Functions | |
DerivedB () | |
virtual void | Dispose (void) |
Static Public Member Functions | |
static ns3::TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::Object. |
Definition at line 309 of file object.cc.
anonymous_namespace{object.cc}::DerivedB::DerivedB | ( | ) | [inline] |
virtual void anonymous_namespace{object.cc}::DerivedB::Dispose | ( | void | ) | [inline, virtual] |
Run the DoDispose methods of this object and all the objects aggregated to it. After calling this method, the object is expected to be totally unusable except for the Ref and Unref methods. It is an error to call Dispose twice on the same object instance.
This method is typically used to break reference cycles.
Reimplemented from anonymous_namespace{object.cc}::BaseB.
static ns3::TypeId anonymous_namespace{object.cc}::DerivedB::GetTypeId | ( | void | ) | [inline, static] |
This method returns the TypeId associated to ns3::Object.
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from anonymous_namespace{object.cc}::BaseB.
Definition at line 312 of file object.cc.
References ns3::TypeId::SetParent().