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 | inline | 
| appendBytes(span< const uint8_t > bytes) const noexcept | ndn::encoding::Estimator | inline | 
| appendNonNegativeInteger(uint64_t n) const noexcept | ndn::encoding::Estimator | inline | 
| appendRange(Iterator first, Iterator last) const noexcept | ndn::encoding::Estimator | inline | 
| appendVarNumber(uint64_t n) const noexcept | ndn::encoding::Estimator | inline | 
| 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 | inline | 
| prependBytes(span< const uint8_t > bytes) const noexcept | ndn::encoding::Estimator | inline | 
| prependNonNegativeInteger(uint64_t n) const noexcept | ndn::encoding::Estimator | inline | 
| prependRange(Iterator first, Iterator last) const noexcept | ndn::encoding::Estimator | inline | 
| prependVarNumber(uint64_t n) const noexcept | ndn::encoding::Estimator | inline |