MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / QueryFloatValue

Method QueryFloatValue

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1343–1349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1341
1342
1343XMLError XMLAttribute::QueryFloatValue( float* value ) const
1344{
1345 if ( XMLUtil::ToFloat( Value(), value )) {
1346 return XML_SUCCESS;
1347 }
1348 return XML_WRONG_ATTRIBUTE_TYPE;
1349}
1350
1351
1352XMLError XMLAttribute::QueryDoubleValue( double* value ) const

Callers 1

QueryFloatAttributeFunction · 0.80

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected