This is the complete list of members for ndn::encoding::Estimator, including all inherited members.
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 |
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 |