NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
name.cpp File Reference
#include "name.hpp"
#include "util/time.hpp"
#include "util/string-helper.hpp"
#include "encoding/block.hpp"
#include "encoding/encoding-buffer.hpp"
#include <boost/functional/hash.hpp>
Include dependency graph for name.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 

Functions

template size_t ndn::Name::wireEncode< encoding::EncoderTag > (EncodingImpl< encoding::EncoderTag > &encoder) const
 
template size_t ndn::Name::wireEncode< encoding::EstimatorTag > (EncodingImpl< encoding::EstimatorTag > &encoder) const
 
std::ostream & ndn::operator<< (std::ostream &os, const Name &name)
 
std::istream & ndn::operator>> (std::istream &is, Name &name)
 

Variables

 ndn::WireEncodable< Name >
 
 ndn::WireEncodableWithEncodingBuffer< Name >
 
 ndn::WireDecodable< Name >