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

Method QueryIntValue

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1456–1463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1454}
1455
1456XMLError XMLAttribute::QueryIntValue(int* value) const
1457{
1458 if (XMLUtil::ToInt(Value(), value))
1459 {
1460 return XML_SUCCESS;
1461 }
1462 return XML_WRONG_ATTRIBUTE_TYPE;
1463}
1464
1465XMLError XMLAttribute::QueryUnsignedValue(unsigned int* value) const
1466{

Callers 2

QueryIntAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected