represents a route for a name prefix More...
#include <rib/route.hpp>
Inheritance diagram for nfd::rib::Route:
Collaboration diagram for nfd::rib::Route:Public Member Functions | |
| Route () | |
| const scheduler::EventId & | getExpirationEvent () const |
| std::underlying_type< ndn::nfd::RouteFlags >::type | getFlags () const |
| void | setExpirationEvent (const scheduler::EventId eid) |
Public Attributes | |
| uint64_t | cost |
| optional< time::steady_clock::TimePoint > | expires |
| uint64_t | faceId |
| std::underlying_type< ndn::nfd::RouteFlags >::type | flags |
| ndn::nfd::RouteOrigin | origin |
|
inline |
|
inline |
|
inline |
| optional<time::steady_clock::TimePoint> nfd::rib::Route::expires |
| std::underlying_type<ndn::nfd::RouteFlags>::type nfd::rib::Route::flags |