Classes | |
class | Entry |
represents a FIB entry More... | |
class | Fib |
Represents the Forwarding Information Base (FIB) More... | |
class | NextHop |
Represents a nexthop record in a FIB entry. More... | |
class | NextHopList |
Represents a collection of nexthops. More... | |
Typedefs | |
using | NextHopList = std::vector< NextHop > |
Functions | |
NDN_CXX_ASSERT_FORWARD_ITERATOR (Fib::const_iterator) | |
static bool | nteHasFibEntry (const name_tree::Entry &nte) |
using nfd::fib::NextHopList = typedef std::vector<NextHop> |
Definition at line 49 of file fib-entry.hpp.
nfd::fib::NDN_CXX_ASSERT_FORWARD_ITERATOR | ( | Fib::const_iterator | ) |
|
inlinestatic |