#include "nexthop.hpp"
#include "adjacent.hpp"
#include <set>
#include <iostream>
#include <boost/cstdint.hpp>
#include <ndn-cxx/face.hpp>
Go to the source code of this file.
Data Structures | |
struct | nlsr::NextHopComparator |
class | nlsr::NexthopList |
Namespaces | |
nlsr | |
Copyright (c) 2014-2018, The University of Memphis, Regents of the University of California, Arizona Board of Regents. | |
Functions | |
bool | nlsr::operator== (NexthopList &lhs, NexthopList &rhs) |
bool | nlsr::operator== (const NexthopList &lhs, const NexthopList &rhs) |
bool | nlsr::operator!= (const NexthopList &lhs, const NexthopList &rhs) |
std::ostream & | nlsr::operator<< (std::ostream &os, const NexthopList &nhl) |