NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
fib-entry.cpp File Reference
#include "fib-entry.hpp"
#include <sstream>
#include "encoding/tlv-nfd.hpp"
#include "encoding/block-helpers.hpp"
#include "util/concepts.hpp"
Include dependency graph for fib-entry.cpp:

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 >