31 return sizeof(this->m_data);
34 FwSizeType DataBuffer::getBuffCapacity()
const {
Serialization/Deserialization operation was successful.
PlatformSizeType FwSizeType
FwSizeType getCapacity() const
Get buffer capacity.
LinearBufferBase SerializeBufferBase
forward declaration
Serializable::SizeType getSize() const override
Get current buffer size.
DataBuffer & operator=(const DataBuffer &other)
SerializeStatus
forward declaration for string
U8 * getBuffAddr()
Get buffer address for data filling (non-const version)
SerializeStatus setBuff(const U8 *src, Serializable::SizeType length) override
Set buffer contents from external source.
uint8_t U8
8-bit unsigned integer
Implementation of malloc based allocator.