#include "fib-entry.hpp"
#include "encoding/block-helpers.hpp"
#include "encoding/encoding-buffer.hpp"
#include "encoding/tlv-nfd.hpp"
#include "util/concepts.hpp"
#include <boost/range/adaptor/reversed.hpp>
Go to the source code of this file.
Namespaces | |
ndn | |
Copyright (c) 2013-2017 Regents of the University of California. | |
ndn::nfd | |
Functions | |
ndn::nfd::BOOST_CONCEPT_ASSERT ((StatusDatasetItem< NextHopRecord >)) | |
ndn::nfd::BOOST_CONCEPT_ASSERT ((StatusDatasetItem< FibEntry >)) | |
template size_t | ndn::nfd::FibEntry::wireEncode<::ndn::encoding::EncoderTag > (::ndn::EncodingBuffer &) const |
template size_t | ndn::nfd::FibEntry::wireEncode<::ndn::encoding::EstimatorTag > (::ndn::EncodingEstimator &) const |
template size_t | ndn::nfd::NextHopRecord::wireEncode<::ndn::encoding::EncoderTag > (::ndn::EncodingBuffer &) const |
template size_t | ndn::nfd::NextHopRecord::wireEncode<::ndn::encoding::EstimatorTag > (::ndn::EncodingEstimator &) const |
std::ostream & | ndn::nfd::operator<< (std::ostream &os, const NextHopRecord &nh) |
std::ostream & | ndn::nfd::operator<< (std::ostream &os, const FibEntry &entry) |
bool | ndn::nfd::operator== (const NextHopRecord &a, const NextHopRecord &b) |
bool | ndn::nfd::operator== (const FibEntry &a, const FibEntry &b) |