This concrete class implements a simple "dynamic storage" String Type.
Definition DString.h:44
This concrete class implements the StringItem class for a 'String' using a 'DString' as the internal ...
Definition DStringItem.h:30
DStringItem(const char *string="", int initialSize=0, int blocksize=OPTION_CPL_TEXT_DSTRING_ALLOC_BLOCK_SIZE)
Constructor.
Definition DStringItem.h:40
DStringItem(const String &string, int initialSize=0, int blocksize=OPTION_CPL_TEXT_DSTRING_ALLOC_BLOCK_SIZE)
Constructor.
Definition DStringItem.h:37
DString m_internalString
Underlying String.
Definition DStringItem.h:33
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