Represents an entry in the FIB.
More...
#include <daemon/table/fib-entry.hpp>
Represents an entry in the FIB.
- See also
- Fib
Definition at line 90 of file fib-entry.hpp.
◆ Entry()
nfd::fib::Entry::Entry |
( |
const Name & |
prefix | ) |
|
|
explicit |
◆ getNextHops()
const NextHopList& nfd::fib::Entry::getNextHops |
( |
| ) |
const |
|
inlinenoexcept |
◆ getPrefix()
const Name& nfd::fib::Entry::getPrefix |
( |
| ) |
const |
|
inlinenoexcept |
◆ hasNextHop()
bool nfd::fib::Entry::hasNextHop |
( |
const Face & |
face | ) |
const |
|
noexcept |
◆ hasNextHops()
bool nfd::fib::Entry::hasNextHops |
( |
| ) |
const |
|
inlinenoexcept |