13 #ifndef FW_STRING_BASE_HPP 14 #define FW_STRING_BASE_HPP 42 #if FW_SERIALIZABLE_TO_STRING || BUILD_UT 43 void toString(
StringBase& text)
const override;
SerializeStatus deserializeFrom(SerialBufferBase &buffer, Endianness mode=Endianness::BIG) override
Deserialize the contents of this object from a buffer.
const CHAR * operator+=(const CHAR *src)
Concatenate a CHAR*.
FormatStatus vformat(const CHAR *formatString, va_list args)
write formatted string to buffer using va_list
Declares F Prime read-only string base class.
SerializeStatus
forward declaration for string
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
A read-only abstract superclass for StringBase.
void appendBuff(const CHAR *buff, SizeType size)
StringBase & operator=(const CHAR *src)
Assign CHAR*.
Implementation of malloc based allocator.
Big endian serialization.
FormatStatus
status of string format calls