StringLH

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

A structure-local version of String, which determines its own memory heap (local heap) based on 'this' pointer location. This class cannot be created on stack and can only be constructed in allocated data structures. If cross-heap string assignment takes place, a copy of string data may be created.

Methods
Method 
Description 
StringLH constructor and copy constructor. 
Operators
Operator 
Description 
= 
Assignment operation. 
File

SF_String.h