equal
deleted
inserted
replaced
191 /** |
191 /** |
192 * \return The number of output interfaces of this route |
192 * \return The number of output interfaces of this route |
193 */ |
193 */ |
194 uint32_t GetNOutputInterfaces (void) const; |
194 uint32_t GetNOutputInterfaces (void) const; |
195 /** |
195 /** |
|
196 * \param n interface index |
196 * \return A specified output interface. |
197 * \return A specified output interface. |
197 */ |
198 */ |
198 uint32_t GetOutputInterface (uint32_t n) const; |
199 uint32_t GetOutputInterface (uint32_t n) const; |
199 /** |
200 /** |
200 * \return A vector of all of the output interfaces of this route. |
201 * \return A vector of all of the output interfaces of this route. |