NS-3 based Named Data Networking (NDN) simulator
ndnSIM: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ns3::ndn::fib Namespace Reference

Namespace for FIB operations. More...

Classes

class  Default
 
class  Entry
 Structure for FIB table entry, holding indexed list of available faces and their respective metrics. More...
 
class  EntryImpl
 FIB entry implementation with with additional references to the base container. More...
 
class  FaceMetric
 Structure holding various parameters associated with a (FibEntry, Face) tuple. More...
 
struct  FaceMetricByFace
 
struct  FaceMetricContainer
 Typedef for indexed face container of Entry. More...
 
class  FibImpl
 Class implementing FIB functionality. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const Entry &entry)
 
std::ostream & operator<< (std::ostream &os, const FaceMetric &metric)
 
 NS_OBJECT_ENSURE_REGISTERED (FibImpl)
 

Detailed Description

Namespace for FIB operations.