52 if (us[byte] != them[byte]) {
60 #if FW_SERIALIZABLE_TO_STRING 62 static const char* formatString =
"(data = %p, size = %" PRI_FwSizeType ")";
63 (void)text.
format(formatString, &this->m_bufferData, this->getSize());
Serialization/Deserialization operation was successful.
SerializeStatus setBuff(const U8 *src, Serializable::SizeType length) override
Set buffer contents from external source.
PlatformSizeType FwSizeType
StatementArgBuffer & operator=(const StatementArgBuffer &other)
Serializable::SizeType getSize() const override
Get current buffer size.
virtual ~StatementArgBuffer()
Serializable::SizeType getCapacity() const override
Get buffer capacity.
SerializeStatus
forward declaration for string
U8 * getBuffAddr()
Get buffer address for data filling (non-const version)
bool operator==(const StatementArgBuffer &other) const
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
uint8_t U8
8-bit unsigned integer
Declares F Prime string base class.
Implementation of malloc based allocator.