7 #ifndef FW_STRING_TEMPLATE_HPP
8 #define FW_STRING_TEMPLATE_HPP
34 (void)StringBase::operator=(src);
39 (void)StringBase::operator=(src);
44 (void)StringBase::operator=(src);
48 const char*
toChar()
const {
return this->m_buf; }
C++-compatible configuration header for fprime configuration.
Declares F Prime string base class.
NATIVE_UINT_TYPE SizeType
static constexpr SizeType STATIC_SERIALIZED_SIZE(SizeType maxLength)
static constexpr SizeType BUFFER_SIZE(SizeType maxLength)
Get the size of a null-terminated string buffer.
StringTemplate(const char *src)
StringTemplate & operator=(const char *src)
StringTemplate(const StringBase &src)
const char * toChar() const
StringTemplate & operator=(const StringTemplate &src)
StringTemplate & operator=(const StringBase &src)
StringTemplate(const StringTemplate &src)
StringBase::SizeType getCapacity() const
return size of buffer