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

Method QueryInt64Value

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1474–1481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1472}
1473
1474XMLError XMLAttribute::QueryInt64Value(xml_Int64a_t* value) const
1475{
1476 if (XMLUtil::ToInt64(Value(), value))
1477 {
1478 return XML_SUCCESS;
1479 }
1480 return XML_WRONG_ATTRIBUTE_TYPE;
1481}
1482
1483XMLError XMLAttribute::QueryBoolValue(bool* value) const
1484{

Callers 1

QueryInt64AttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected