Scaleform::String Scaleform::StringLH
class StringLH : public String;
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.
Method |
Description |
StringLH constructor and copy constructor. |
Operator |
Description |
Assignment operation. |
SF_String.h