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

This is the complete list of members for ndn::encoding::Estimator, including all inherited members.

appendBlock(const Block &block) constndn::encoding::Estimator
appendByte(uint8_t) const noexceptndn::encoding::Estimatorinline
appendByteArray(const uint8_t *, size_t length) const noexceptndn::encoding::Estimatorinline
appendByteArrayBlock(uint32_t type, const uint8_t *array, size_t arraySize) const noexceptndn::encoding::Estimator
appendNonNegativeInteger(uint64_t integer) const noexceptndn::encoding::Estimator
appendRange(Iterator first, Iterator last) const noexceptndn::encoding::Estimatorinline
appendVarNumber(uint64_t varNumber) const noexceptndn::encoding::Estimator
prependBlock(const Block &block) constndn::encoding::Estimator
prependByte(uint8_t) const noexceptndn::encoding::Estimatorinline
prependByteArray(const uint8_t *, size_t length) const noexceptndn::encoding::Estimatorinline
prependByteArrayBlock(uint32_t type, const uint8_t *array, size_t arraySize) const noexceptndn::encoding::Estimator
prependNonNegativeInteger(uint64_t integer) const noexceptndn::encoding::Estimator
prependRange(Iterator first, Iterator last) const noexceptndn::encoding::Estimatorinline
prependVarNumber(uint64_t varNumber) const noexceptndn::encoding::Estimator