MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / QueryUnsignedValue

Method QueryUnsignedValue

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1465–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1463}
1464
1465XMLError XMLAttribute::QueryUnsignedValue(unsigned int* value) const
1466{
1467 if (XMLUtil::ToUnsigned(Value(), value))
1468 {
1469 return XML_SUCCESS;
1470 }
1471 return XML_WRONG_ATTRIBUTE_TYPE;
1472}
1473
1474XMLError XMLAttribute::QueryInt64Value(xml_Int64a_t* value) const
1475{

Callers 1

QueryUnsignedAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected