#include "delegation-list.hpp"
Go to the source code of this file.
Namespaces | |
ndn | |
Copyright (c) 2013-2017 Regents of the University of California. | |
Functions | |
ndn::BOOST_CONCEPT_ASSERT ((boost::EqualityComparable< DelegationList >)) | |
ndn::BOOST_CONCEPT_ASSERT ((WireEncodableWithEncodingBuffer< DelegationList >)) | |
ndn::BOOST_CONCEPT_ASSERT ((WireDecodable< DelegationList >)) | |
template size_t | ndn::DelegationList::wireEncode< encoding::EncoderTag > (EncodingBuffer &, uint32_t) const |
template size_t | ndn::DelegationList::wireEncode< encoding::EstimatorTag > (EncodingEstimator &, uint32_t) const |
std::ostream & | ndn::operator<< (std::ostream &os, const DelegationList &dl) |
bool | ndn::operator== (const DelegationList &lhs, const DelegationList &rhs) |
compare whether two DelegationLists are equal More... | |