NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
route.hpp File Reference
#include "core/scheduler.hpp"
#include <ndn-cxx/encoding/nfd-constants.hpp>
#include <ndn-cxx/mgmt/nfd/route-flags-traits.hpp>
#include <type_traits>
Include dependency graph for route.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nfd::rib::Route
 represents a route for a name prefix More...
 

Namespaces

 nfd
 Copyright (c) 2011-2015 Regents of the University of California.
 
 nfd::rib
 

Functions

bool nfd::rib::operator== (const Route &lhs, const Route &rhs)
 
bool nfd::rib::operator!= (const Route &lhs, const Route &rhs)
 
bool nfd::rib::compareFaceIdAndOrigin (const Route &lhs, const Route &rhs)
 
bool nfd::rib::compareFaceId (const Route &route, const uint64_t faceId)
 
std::ostream & nfd::rib::operator<< (std::ostream &os, const Route &route)