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