#include <nexthop.hpp>
Definition at line 30 of file route/nexthop.hpp.
◆ NextHop() [1/2]
| nlsr::NextHop::NextHop |
( |
| ) |
|
|
inline |
◆ NextHop() [2/2]
| nlsr::NextHop::NextHop |
( |
const std::string & |
cfu, |
|
|
double |
rc |
|
) |
| |
|
inline |
◆ getConnectingFaceUri()
| const std::string& nlsr::NextHop::getConnectingFaceUri |
( |
| ) |
const |
|
inline |
◆ getRouteCost()
| double nlsr::NextHop::getRouteCost |
( |
| ) |
const |
|
inline |
◆ getRouteCostAsAdjustedInteger()
| uint64_t nlsr::NextHop::getRouteCostAsAdjustedInteger |
( |
| ) |
const |
|
inline |
◆ isHyperbolic()
| bool nlsr::NextHop::isHyperbolic |
( |
| ) |
const |
|
inline |
◆ setConnectingFaceUri()
| void nlsr::NextHop::setConnectingFaceUri |
( |
const std::string & |
cfu | ) |
|
|
inline |
◆ setHyperbolic()
| void nlsr::NextHop::setHyperbolic |
( |
bool |
b | ) |
|
|
inline |
◆ setRouteCost()
| void nlsr::NextHop::setRouteCost |
( |
const double |
rc | ) |
|
|
inline |