MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / ToString

Function ToString

TombEngine/Specific/trutils.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 std::string ToString(const std::wstring& wString)
100 {
101 return ToString(wString.c_str());
102 }
103
104 std::string ToString(const wchar_t* wString)
105 {

Callers 7

GetDefaultAdapterNameMethod · 0.85
CollectAdapterInfoMethod · 0.85
LoadOrCompileMethod · 0.85
ArgEqualsFunction · 0.85
WinMainFunction · 0.85
ToStringMethod · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected