#include "core/common.hpp"
#include <ndn-cxx/encoding/nfd-constants.hpp>
#include <ndn-cxx/mgmt/nfd/route-flags-traits.hpp>
#include <ndn-cxx/prefix-announcement.hpp>
#include <ndn-cxx/util/scheduler.hpp>
#include <type_traits>
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) |