MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / ToString

Function ToString

DAEValidator/tests/src/XmlDocTests.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 {
14 template<>
15 std::wstring ToString(const XmlNode & n)
16 {
17 wstringstream s;
18 s << n.name().c_str();
19 return s.str();
20 }
21 }
22 }
23}

Callers

nothing calls this directly

Calls 3

c_strMethod · 0.80
strMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected