NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
delegation-list.cpp File Reference
Include dependency graph for delegation-list.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::DelegationList::wireEncode< encoding::EncoderTag > (EncodingBuffer &, uint32_t) const
 
template size_t ndn::DelegationList::wireEncode< encoding::EstimatorTag > (EncodingEstimator &, uint32_t) const
 
bool ndn::operator== (const DelegationList &lhs, const DelegationList &rhs)
 compare whether two DelegationLists are equal More...
 
std::ostream & ndn::operator<< (std::ostream &os, const DelegationList &dl)
 

Variables

 ndn::WireEncodableWithEncodingBuffer< DelegationList >
 
 ndn::WireDecodable< DelegationList >