StringDH

StringDH
Scaleform::String
    Scaleform::StringDH
Declaration
class StringDH : public String;
Description

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.

Methods
Method 
Description 
Returns the pointer to the memory heap of the String
StringDH constructors. 
StringDH copy constructors. 
Operators
Operator 
Description 
= 
Assignment operation. 
= 
 
File

SF_String.h