src/core/model/object.h
changeset 10405 45c8fceae24e
parent 9971 d31b6210afc8
child 10469 c4e79d3e3007
equal deleted inserted replaced
10404:eb6495608840 10405:45c8fceae24e
    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.