36 (void)StringBase::operator=(src);
41 (void)StringBase::operator=(src);
46 (void)StringBase::operator=(src);
50 const char*
toChar()
const {
return this->m_buf; }
String(const ConstStringBase &src)
const char * toChar() const
Convert to a C-style char*.
Definitions for ISF type serial IDs.
String & operator=(const String &src)
StringBase::SizeType getCapacity() const
Return the size of the buffer.
String(const String &src)
String & operator=(const char *src)
A read-only abstract superclass for StringBase.
String & operator=(const ConstStringBase &src)
static constexpr SizeType STATIC_SERIALIZED_SIZE(SizeType maxLength)
Declares F Prime string base class.
256 char string Buffer type id
Implementation of malloc based allocator.
static constexpr SizeType BUFFER_SIZE(SizeType maxLength)
Get the size of a null-terminated string buffer.