NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::encoding::EncodingImpl< EstimatorTag > Member List

This is the complete list of members for ndn::encoding::EncodingImpl< EstimatorTag >, including all inherited members.

appendBytes(span< const uint8_t > bytes) const noexceptndn::encoding::Estimatorinline
appendNonNegativeInteger(uint64_t n) const noexceptndn::encoding::Estimatorinline
appendRange(Iterator first, Iterator last) const noexceptndn::encoding::Estimatorinline
appendVarNumber(uint64_t n) const noexceptndn::encoding::Estimatorinline
EncodingImpl(size_t totalReserve=0, size_t totalFromBack=0)ndn::encoding::EncodingImpl< EstimatorTag >inlineexplicit
prependBytes(span< const uint8_t > bytes) const noexceptndn::encoding::Estimatorinline
prependNonNegativeInteger(uint64_t n) const noexceptndn::encoding::Estimatorinline
prependRange(Iterator first, Iterator last) const noexceptndn::encoding::Estimatorinline
prependVarNumber(uint64_t n) const noexceptndn::encoding::Estimatorinline