represents a route for a name prefix
More...
#include <rib/route.hpp>
|
| uint64_t | cost |
| |
| ndn::optional< time::steady_clock::TimePoint > | expires |
| |
| uint64_t | faceId |
| |
| std::underlying_type< ndn::nfd::RouteFlags >::type | flags |
| |
| ndn::nfd::RouteOrigin | origin |
| |
represents a route for a name prefix
Definition at line 39 of file route.hpp.
| nfd::rib::Route::Route |
( |
| ) |
|
| const scheduler::EventId& nfd::rib::Route::getExpirationEvent |
( |
| ) |
const |
|
inline |
| std::underlying_type<ndn::nfd::RouteFlags>::type nfd::rib::Route::getFlags |
( |
| ) |
const |
|
inline |
| void nfd::rib::Route::setExpirationEvent |
( |
const scheduler::EventId |
eid | ) |
|
|
inline |
| uint64_t nfd::rib::Route::cost |
| ndn::optional<time::steady_clock::TimePoint> nfd::rib::Route::expires |
| uint64_t nfd::rib::Route::faceId |
| std::underlying_type<ndn::nfd::RouteFlags>::type nfd::rib::Route::flags |
| ndn::nfd::RouteOrigin nfd::rib::Route::origin |