MCPcopy 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

InitFunction · 0.85
GetDataFunction · 0.85
GetDataMethod · 0.45
AddRefMethod · 0.45

Tested by

no test coverage detected