StringInternTable
Engine/source/core/util/str.cpp
Type for the intern string table.
Public Attributes
Detailed Description
Type for the intern string table.
We don't want String instances directly on the table so that destructors don't run when the table is destroyed. This is because we really shouldn't depend on dtor ordering within this file and thus we can't tell whether the intern string memory is freed before or after the table is destroyed.