equal
deleted
inserted
replaced
489 ConfigStore::ConfigStore () |
489 ConfigStore::ConfigStore () |
490 { |
490 { |
491 ObjectBase::ConstructSelf (AttributeConstructionList ()); |
491 ObjectBase::ConstructSelf (AttributeConstructionList ()); |
492 // continue on with constructor. |
492 // continue on with constructor. |
493 } |
493 } |
|
494 |
|
495 Beware that the object and all its derived classes must also implement a |
|
496 ``virtual TypeId GetInstanceTypeId (void) const;`` method. Otherwise the |
|
497 ``ObjectBase::ConstructSelf ()`` will not be able to read the attributes. |
494 |
498 |
495 Extending attributes |
499 Extending attributes |
496 ******************** |
500 ******************** |
497 |
501 |
498 The |ns3| system will place a number of internal values under the attribute |
502 The |ns3| system will place a number of internal values under the attribute |