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