ndn::encoding::EncodingImpl< EstimatorTag > Member List

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

appendBlock(const Block &block) const ndn::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
EncodingImpl(size_t totalReserve=0, size_t totalFromBack=0)ndn::encoding::EncodingImpl< EstimatorTag >inlineexplicit
prependBlock(const Block &block) const ndn::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