NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
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::Estimator
inline
appendVarNumber
(uint64_t varNumber)
ndn::encoding::Estimator
Estimator
(size_t totalReserve=0, size_t reserveFromBack=0)
ndn::encoding::Estimator
explicit
Estimator
(const Estimator &)=delete
ndn::encoding::Estimator
operator=
(const Estimator &)=delete
ndn::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::Estimator
inline
prependVarNumber
(uint64_t varNumber)
ndn::encoding::Estimator
Generated on Tue Feb 23 2016 22:18:48 for ndnSIM by
1.8.11