36 (void)StringBase::operator=(src);
41 (void)StringBase::operator=(src);
46 (void)StringBase::operator=(src);
50 const char*
toChar()
const {
return this->m_buf; }
NATIVE_UINT_TYPE SizeType
const char * toChar() const
Definitions for ISF type serial IDs.
String & operator=(const StringBase &src)
String & operator=(const String &src)
StringBase::SizeType getCapacity() const
return size of buffer
C++-compatible configuration header for fprime configuration.
#define FW_FIXED_LENGTH_STRING_SIZE
Character array size for Fw::String.
String(const String &src)
256 char string Buffer type id
String & operator=(const char *src)
static constexpr SizeType BUFFER_SIZE(SizeType maxLength)
Get the size of a null-terminated string buffer.
String(const StringBase &src)
Declares F Prime string base class.
static constexpr SizeType STATIC_SERIALIZED_SIZE(SizeType maxLength)