src/internet/helper/ipv4-list-routing-helper.h
changeset 10440 1e48ff9185f1
parent 6834 036f9a0b9899
child 11045 6024c150e4c8
equal deleted inserted replaced
10439:73bc9e55f9bd 10440:1e48ff9185f1
    83 private:
    83 private:
    84   /**
    84   /**
    85    * \internal
    85    * \internal
    86    * \brief Assignment operator declared private and not implemented to disallow
    86    * \brief Assignment operator declared private and not implemented to disallow
    87    * assignment and prevent the compiler from happily inserting its own.
    87    * assignment and prevent the compiler from happily inserting its own.
       
    88    * \return
    88    */
    89    */
    89   Ipv4ListRoutingHelper &operator = (const Ipv4ListRoutingHelper &o);
    90   Ipv4ListRoutingHelper &operator = (const Ipv4ListRoutingHelper &);
    90 
    91 
       
    92   /**
       
    93    * \internal
       
    94    * \brief Container for pairs of Ipv4RoutingHelper pointer / priority.
       
    95    */
    91   std::list<std::pair<const Ipv4RoutingHelper *,int16_t> > m_list;
    96   std::list<std::pair<const Ipv4RoutingHelper *,int16_t> > m_list;
    92 };
    97 };
    93 
    98 
    94 } // namespace ns3
    99 } // namespace ns3
    95 
   100