MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / QueryFloatAttribute

Function QueryFloatAttribute

native/thirdpart/tinyxml2/tinyxml2.h:1395–1401  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1393 }
1394 /// See QueryIntAttribute()
1395 XMLError QueryFloatAttribute( const char* name, float* value ) const {
1396 const XMLAttribute* a = FindAttribute( name );
1397 if ( !a ) {
1398 return XML_NO_ATTRIBUTE;
1399 }
1400 return a->QueryFloatValue( value );
1401 }
1402
1403 /// See QueryIntAttribute()
1404 XMLError QueryStringAttribute(const char* name, const char** value) const {

Callers 2

QueryAttributeFunction · 0.85
FloatAttributeMethod · 0.85

Calls 1

QueryFloatValueMethod · 0.80

Tested by

no test coverage detected