#include "name-prefix-table.hpp"
#include "logger.hpp"
#include "nlsr.hpp"
#include "routing-table.hpp"
#include <algorithm>
#include <list>
#include <utility>
Go to the source code of this file.
Namespaces | |
nlsr | |
Copyright (c) 2014-2017, The University of Memphis, Regents of the University of California, Arizona Board of Regents. | |
Functions | |
bool | nlsr::npteCompare (std::shared_ptr< NamePrefixTableEntry > &npte, const ndn::Name &name) |
std::ostream & | nlsr::operator<< (std::ostream &os, const NamePrefixTable &table) |