src/internet/model/ipv6-routing-table-entry.h
changeset 10440 1e48ff9185f1
parent 10405 45c8fceae24e
child 10689 a506de747327
equal deleted inserted replaced
10439:73bc9e55f9bd 10440:1e48ff9185f1
   259   Ipv6Address m_prefixToUse;
   259   Ipv6Address m_prefixToUse;
   260 
   260 
   261 };
   261 };
   262 
   262 
   263 /**
   263 /**
   264 * \brief Stream insertion operator.
   264  * \brief Stream insertion operator.
   265 *
   265  *
   266 * \param os the reference to the output stream
   266  * \param os the reference to the output stream
   267 * \param route the Ipv6 routing table entry
   267  * \param route the Ipv6 routing table entry
   268 * \returns the reference to the output stream
   268  * \returns the reference to the output stream
   269 */
   269  */
   270 std::ostream& operator<< (std::ostream& os, Ipv6RoutingTableEntry const& route);
   270 std::ostream& operator<< (std::ostream& os, Ipv6RoutingTableEntry const& route);
   271 
   271 
   272 /**
   272 /**
   273  * \class Ipv6MulticastRoutingTableEntry
   273  * \class Ipv6MulticastRoutingTableEntry
   274  * \brief A record of an IPv6 multicast route.
   274  * \brief A record of an IPv6 multicast route.
   370    */
   370    */
   371   std::vector<uint32_t> m_outputInterfaces;
   371   std::vector<uint32_t> m_outputInterfaces;
   372 };
   372 };
   373 
   373 
   374 /**
   374 /**
   375 * \brief Stream insertion operator.
   375  * \brief Stream insertion operator.
   376 *
   376  *
   377 * \param os the reference to the output stream
   377  * \param os the reference to the output stream
   378 * \param route the Ipv6 multicast routing table entry
   378  * \param route the Ipv6 multicast routing table entry
   379 * \returns the reference to the output stream
   379  * \returns the reference to the output stream
   380 */
   380  */
   381 std::ostream& operator<< (std::ostream& os, Ipv6MulticastRoutingTableEntry const& route);
   381 std::ostream& operator<< (std::ostream& os, Ipv6MulticastRoutingTableEntry const& route);
   382 
   382 
   383 } /* namespace ns3 */
   383 } /* namespace ns3 */
   384 
   384 
   385 #endif /* IPV6_ROUTING_TABLE_ENTRY_H */
   385 #endif /* IPV6_ROUTING_TABLE_ENTRY_H */