#include <routing-table-entry.hpp>
Public Member Functions | |
| RoutingTableEntry () | |
| ~RoutingTableEntry () | |
| RoutingTableEntry (const ndn::Name &dest) | |
| const ndn::Name & | getDestination () const |
| NexthopList & | getNexthopList () |
| const NexthopList & | getNexthopList () const |
| bool | operator== (RoutingTableEntry &rhs) |
Protected Attributes | |
| ndn::Name | m_destination |
| NexthopList | m_nexthopList |
Definition at line 32 of file route/routing-table-entry.hpp.
|
inline |
Definition at line 35 of file route/routing-table-entry.hpp.
|
inline |
Definition at line 39 of file route/routing-table-entry.hpp.
|
inline |
Definition at line 43 of file route/routing-table-entry.hpp.
|
inline |
Definition at line 49 of file route/routing-table-entry.hpp.
|
inline |
Definition at line 55 of file route/routing-table-entry.hpp.
|
inline |
Definition at line 61 of file route/routing-table-entry.hpp.
|
inline |
Definition at line 67 of file route/routing-table-entry.hpp.
|
protected |
Definition at line 75 of file route/routing-table-entry.hpp.
|
protected |
Definition at line 76 of file route/routing-table-entry.hpp.