MCPcopy Create free account
hub / github.com/ZDoom/Raze / WideString

Method WideString

source/common/utility/zstring.h:139–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 explicit FString(const wchar_t *copyStr);
138 FString &operator = (const wchar_t *copyStr);
139 std::wstring WideString() const { return ::WideString(Chars); }
140#endif
141
142 // Concatenation constructors

Callers 4

CreateMethod · 0.80
SetWindowTitleMethod · 0.80
I_GetLongPathNameFunction · 0.80
IsPortableFunction · 0.80

Calls 1

WideStringFunction · 0.85

Tested by 1

IsPortableFunction · 0.64