src/internet/model/ipv6-interface.h
changeset 10405 45c8fceae24e
parent 9915 d4c2228d3c30
child 10440 1e48ff9185f1
equal deleted inserted replaced
10404:eb6495608840 10405:45c8fceae24e
   255    * \brief Dispose this object.
   255    * \brief Dispose this object.
   256    */
   256    */
   257   virtual void DoDispose ();
   257   virtual void DoDispose ();
   258 
   258 
   259 private:
   259 private:
       
   260   /**
       
   261    * \brief Container for the Ipv6InterfaceAddresses.
       
   262    */
   260   typedef std::list<Ipv6InterfaceAddress> Ipv6InterfaceAddressList;
   263   typedef std::list<Ipv6InterfaceAddress> Ipv6InterfaceAddressList;
       
   264 
       
   265   /**
       
   266    * \brief Container Iterator for the Ipv6InterfaceAddresses.
       
   267    */
   261   typedef std::list<Ipv6InterfaceAddress>::iterator Ipv6InterfaceAddressListI;
   268   typedef std::list<Ipv6InterfaceAddress>::iterator Ipv6InterfaceAddressListI;
       
   269 
       
   270   /**
       
   271    * \brief Const Container Itareator for the Ipv6InterfaceAddresses.
       
   272    */
   262   typedef std::list<Ipv6InterfaceAddress>::const_iterator Ipv6InterfaceAddressListCI;
   273   typedef std::list<Ipv6InterfaceAddress>::const_iterator Ipv6InterfaceAddressListCI;
   263 
   274 
   264   /**
   275   /**
   265    * \brief Initialize interface.
   276    * \brief Initialize interface.
   266    */
   277    */