doc/manual/source/attributes.rst
changeset 9698 9d91a3c643b2
parent 9162 b587372eb2de
child 9912 d59302c89378
equal deleted inserted replaced
9697:1c8203172c9d 9698:9d91a3c643b2
   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