This is the complete list of members for ndn::encoding::Estimator, including all inherited members.
appendBlock(const Block &block) const | ndn::encoding::Estimator | |
appendByte(uint8_t) const noexcept | ndn::encoding::Estimator | inline |
appendByteArray(const uint8_t *, size_t length) const noexcept | ndn::encoding::Estimator | inline |
appendByteArrayBlock(uint32_t type, const uint8_t *array, size_t arraySize) const noexcept | ndn::encoding::Estimator | |
appendNonNegativeInteger(uint64_t integer) const noexcept | ndn::encoding::Estimator | |
appendRange(Iterator first, Iterator last) const noexcept | ndn::encoding::Estimator | inline |
appendVarNumber(uint64_t varNumber) const noexcept | ndn::encoding::Estimator | |
prependBlock(const Block &block) const | ndn::encoding::Estimator | |
prependByte(uint8_t) const noexcept | ndn::encoding::Estimator | inline |
prependByteArray(const uint8_t *, size_t length) const noexcept | ndn::encoding::Estimator | inline |
prependByteArrayBlock(uint32_t type, const uint8_t *array, size_t arraySize) const noexcept | ndn::encoding::Estimator | |
prependNonNegativeInteger(uint64_t integer) const noexcept | ndn::encoding::Estimator | |
prependRange(Iterator first, Iterator last) const noexcept | ndn::encoding::Estimator | inline |
prependVarNumber(uint64_t varNumber) const noexcept | ndn::encoding::Estimator |