22 #ifndef NDN_ENCODING_ENCODING_BUFFER_HPP 23 #define NDN_ENCODING_ENCODING_BUFFER_HPP 41 :
Encoder(totalReserve, reserveFromBack)
69 #endif // NDN_ENCODING_ENCODING_BUFFER_HPP Copyright (c) 2013-2017 Regents of the University of California.
EncodingImpl(const Block &block)
Represents a TLV element of NDN packet format.
Helper class to perform TLV encoding Interface of this class (mostly) matches interface of Estimator ...
EncodingImpl(size_t totalReserve=MAX_NDN_PACKET_SIZE, size_t reserveFromBack=400)
Tag for EncodingImpl to indicate that Estimator is requested.
Helper class to estimate size of TLV encoding Interface of this class (mostly) matches interface of E...
Tag for EncodingImpl to indicate that Encoder is requested.
EncodingImpl(size_t totalReserve=0, size_t totalFromBack=0)
const size_t MAX_NDN_PACKET_SIZE
practical limit of network layer packet size