34 return sizeof(this->m_bufferData);
38 return this->m_bufferData;
42 return this->m_bufferData;
57 if (us[byte] != them[byte]) {
65 #if FW_SERIALIZABLE_TO_STRING 67 static const char * formatString =
"(data = %p, size = %" PRI_FwSizeType ")";
Serialization/Deserialization operation was successful.
PlatformSizeType FwSizeType
StatementArgBuffer & operator=(const StatementArgBuffer &other)
U8 * getBuffAddr()
gets buffer address for data filling
virtual ~StatementArgBuffer()
SerializeStatus
forward declaration for string
Serializable::SizeType getBuffLength() const
returns current buffer size
Serializable::SizeType getBuffCapacity() const
returns capacity, not current size, of buffer
bool operator==(const StatementArgBuffer &other) const
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
uint8_t U8
8-bit unsigned integer
SerializeStatus setBuff(const U8 *src, Serializable::SizeType length)
sets buffer contents and size
Declares F Prime string base class.