Scaleform::String Scaleform::StringDH
class StringDH : public String;
StringDH is a dynamic heap version of String, which allocates memory from a heap explicitly specified in constructor argument. StringDH is mostly used for temporary strings which are later assigned to the local heap strings.
Note that assigning the string does NOT copy the heap.
SF_String.h