#include "nfd-fib-entry.hpp"
#include <sstream>
#include "encoding/tlv-nfd.hpp"
#include "encoding/block-helpers.hpp"
#include "util/concepts.hpp"
Go to the source code of this file.
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
ndn::nfd | |
Functions | |
template size_t | ndn::nfd::NextHopRecord::wireEncode< encoding::EncoderTag > (EncodingImpl< encoding::EncoderTag > &block) const |
template size_t | ndn::nfd::NextHopRecord::wireEncode< encoding::EstimatorTag > (EncodingImpl< encoding::EstimatorTag > &block) const |
template size_t | ndn::nfd::FibEntry::wireEncode< encoding::EncoderTag > (EncodingImpl< encoding::EncoderTag > &block) const |
template size_t | ndn::nfd::FibEntry::wireEncode< encoding::EstimatorTag > (EncodingImpl< encoding::EstimatorTag > &block) const |
Variables | |
ndn::nfd::WireEncodable< NextHopRecord > | |
ndn::nfd::WireDecodable< NextHopRecord > | |
ndn::nfd::WireEncodable< FibEntry > | |
ndn::nfd::WireDecodable< FibEntry > | |