This template class represents a NULL terminated string of a specific length.
Definition FString.h:38
This template class implements the StringItem class for a 'String' using a 'FString' as the internal ...
Definition FStringItem.h:34
FStringItem(const char *string="")
Constructor.
Definition FStringItem.h:44
FStringItem(const Cpl::Text::String &string)
Constructor.
Definition FStringItem.h:41
FString< S > m_internalString
Underlying String.
Definition FStringItem.h:37
This abstract class defines the operations that can be before on a NULL terminated string.
Definition String.h:40
This partially concrete provides a wrapper class that allows a String object to be stored directly in...
Definition StringItem.h:45