nfd::fib Namespace Reference

Classes

class  Entry
 Represents an entry in the FIB. More...
 
class  Fib
 Represents the Forwarding Information Base (FIB). More...
 
class  NextHop
 Represents a nexthop record in a FIB entry. More...
 

Typedefs

using NextHopList = std::vector< NextHop >
 A collection of nexthops in a FIB entry. More...
 

Functions

static bool nteHasFibEntry (const name_tree::Entry &nte)
 

Typedef Documentation

◆ NextHopList

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

A collection of nexthops in a FIB entry.

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

Function Documentation

◆ nteHasFibEntry()

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

Definition at line 35 of file fib.cpp.