nexthop-list.hpp File Reference
#include "nexthop.hpp"
#include "adjacent.hpp"
#include <ndn-cxx/face.hpp>
#include <ndn-cxx/util/ostream-joiner.hpp>
#include <set>
+ Include dependency graph for nexthop-list.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nlsr::NextHopComparator
 
class  nlsr::NexthopListT< T >
 
struct  nlsr::NextHopUriSortedComparator
 

Namespaces

 nlsr
 Copyright (c) 2014-2020, The University of Memphis, Regents of the University of California.
 

Typedefs

typedef NexthopListT nlsr::NexthopList
 

Functions

static bool nlsr::nexthopAddCompare (const NextHop &nh1, const NextHop &nh2)
 
static bool nlsr::nexthopRemoveCompare (const NextHop &nh1, const NextHop &nh2)
 
template<typename T >
bool nlsr::operator!= (const NexthopListT< T > &lhs, const NexthopListT< T > &rhs)
 
template<typename T >
std::ostream & nlsr::operator<< (std::ostream &os, const NexthopListT< T > &nhl)
 
template<typename T >
bool nlsr::operator== (const NexthopListT< T > &lhs, const NexthopListT< T > &rhs)