NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: 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)ndn::encoding::Estimator
appendByte(uint8_t value)ndn::encoding::Estimator
appendByteArray(const uint8_t *array, size_t length)ndn::encoding::Estimator
appendByteArrayBlock(uint32_t type, const uint8_t *array, size_t arraySize)ndn::encoding::Estimator
appendNonNegativeInteger(uint64_t integer)ndn::encoding::Estimator
appendRange(Iterator first, Iterator last)ndn::encoding::Estimatorinline
appendVarNumber(uint64_t varNumber)ndn::encoding::Estimator
Estimator(size_t totalReserve=0, size_t reserveFromBack=0)ndn::encoding::Estimatorexplicit
Estimator(const Estimator &)=deletendn::encoding::Estimator
operator=(const Estimator &)=deletendn::encoding::Estimator
prependBlock(const Block &block)ndn::encoding::Estimator
prependByte(uint8_t value)ndn::encoding::Estimator
prependByteArray(const uint8_t *array, size_t length)ndn::encoding::Estimator
prependByteArrayBlock(uint32_t type, const uint8_t *array, size_t arraySize)ndn::encoding::Estimator
prependNonNegativeInteger(uint64_t integer)ndn::encoding::Estimator
prependRange(Iterator first, Iterator last)ndn::encoding::Estimatorinline
prependVarNumber(uint64_t varNumber)ndn::encoding::Estimator