NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
data.cpp File Reference
#include "data.hpp"
#include "encoding/block-helpers.hpp"
#include "util/crypto.hpp"
Include dependency graph for data.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::Data::wireEncode< encoding::EncoderTag > (EncodingImpl< encoding::EncoderTag > &encoder, bool unsignedPortion) const
 
template size_t ndn::Data::wireEncode< encoding::EstimatorTag > (EncodingImpl< encoding::EstimatorTag > &encoder, bool unsignedPortion) const
 
std::ostream & ndn::operator<< (std::ostream &os, const Data &data)
 

Variables

 ndn::WireEncodable< Data >
 
 ndn::WireEncodableWithEncodingBuffer< Data >
 
 ndn::WireDecodable< Data >