MCPcopy Create free account
hub / github.com/JayXon/Leanify / QueryFloatValue

Method QueryFloatValue

lib/tinyxml2/tinyxml2.cpp:1222–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1220
1221
1222XMLError XMLAttribute::QueryFloatValue( float* value ) const
1223{
1224 if ( XMLUtil::ToFloat( Value(), value )) {
1225 return XML_NO_ERROR;
1226 }
1227 return XML_WRONG_ATTRIBUTE_TYPE;
1228}
1229
1230
1231XMLError XMLAttribute::QueryDoubleValue( double* value ) const

Callers 1

QueryFloatAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected