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

Method QueryFloatValue

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1492–1499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1490}
1491
1492XMLError XMLAttribute::QueryFloatValue(float* value) const
1493{
1494 if (XMLUtil::ToFloat(Value(), value))
1495 {
1496 return XML_SUCCESS;
1497 }
1498 return XML_WRONG_ATTRIBUTE_TYPE;
1499}
1500
1501XMLError XMLAttribute::QueryDoubleValue(double* value) const
1502{

Callers 1

QueryFloatAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected