Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ TStringT
Method
TStringT
utilities/include/string/tstring.h:269–272 ·
view source on GitHub ↗
Constructors
Source
from the content-addressed store, hash-verified
267
268
// Constructors
269
TStringT()
270
{
271
Init();
272
}
273
TStringT(const TStringT& stringSrc)
274
{
275
SASSERT(stringSrc.GetData()->nRefs != 0);
Callers
nothing calls this directly
Calls
4
Init
Function · 0.85
GetData
Function · 0.85
GetData
Method · 0.45
AddRef
Method · 0.45
Tested by
no test coverage detected