#include "core/scheduler.hpp"#include <ndn-cxx/encoding/nfd-constants.hpp>#include <ndn-cxx/mgmt/nfd/route-flags-traits.hpp>#include <ndn-cxx/prefix-announcement.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) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
| nfd::rib | |
Functions | |
| bool | nfd::rib::compareFaceId (const Route &route, const uint64_t faceId) |
| bool | nfd::rib::compareFaceIdAndOrigin (const Route &lhs, const Route &rhs) |
| bool | nfd::rib::operator!= (const Route &lhs, const Route &rhs) |
| std::ostream & | nfd::rib::operator<< (std::ostream &os, const Route &route) |
| bool | nfd::rib::operator== (const Route &lhs, const Route &rhs) |