This concrete class is a mix of FString and a DString - the initial memory is dynamically allocated -...
Definition DFString.h:43
This concrete class implements the StringItem class for a 'String' using a 'DFString' as the internal...
Definition DFStringItem.h:30
DFStringItem(const Cpl::Text::String &string)
Constructor. The new instance uses the 'memSize' of 'string'.
Definition DFStringItem.h:37
DFString m_internalString
Underlying String.
Definition DFStringItem.h:33
DFStringItem(size_t memSize, const char *string="")
Constructor. 'memSize' is the max length of the string storage WITHOUT the null terminator....
Definition DFStringItem.h:40
DFStringItem(size_t memSize, const Cpl::Text::String &string)
Constructor.
Definition DFStringItem.h:43
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