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

Method value

DAEValidator/library/src/XmlAttribute.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 string XmlAttribute::value() const
24 {
25 if (mAttr)
26 return reinterpret_cast<const XmlChar*>(mAttr->children->content);
27 return string();
28 }
29}

Callers 7

readFileMethod · 0.80
initializeCacheMethod · 0.80
checkSchemaMethod · 0.80
checkUniqueIdsMethod · 0.80
checkUniqueSidsMethod · 0.80
TEST_METHODFunction · 0.80

Calls 1

stringClass · 0.85

Tested by 1

TEST_METHODFunction · 0.64