nfd::fib Namespace Reference

Classes

class  Entry
 represents a FIB entry More...
 
class  Fib
 represents the Forwarding Information Base (FIB) More...
 
class  NextHop
 represents a nexthop record in 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)
 

Typedef Documentation

using nfd::fib::NextHopList = typedef std::vector<NextHop>

Definition at line 47 of file fib-entry.hpp.

Function Documentation

nfd::fib::NDN_CXX_ASSERT_FORWARD_ITERATOR ( Fib::const_iterator  )
static bool nfd::fib::nteHasFibEntry ( const name_tree::Entry nte)
inlinestatic

Definition at line 40 of file fib.cpp.