MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / wc16_string

Method wc16_string

src/core/wchar16.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89static WCHAR16 NULL_WCHAR16 = 0;
90
91wc16_string::wc16_string() : mpData(0)
92{
93}
94
95wc16_string::wc16_string(const wc16_string& rhs)
96{

Callers

nothing calls this directly

Calls 3

wchar16lenFunction · 0.85
ResizeMethod · 0.80
AddRefMethod · 0.45

Tested by

no test coverage detected