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

Function QueryFloatAttribute

lib/tinyxml2/tinyxml2.h:1302–1308  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1300 }
1301 /// See QueryIntAttribute()
1302 XMLError QueryFloatAttribute( const char* name, float* value ) const {
1303 const XMLAttribute* a = FindAttribute( name );
1304 if ( !a ) {
1305 return XML_NO_ATTRIBUTE;
1306 }
1307 return a->QueryFloatValue( value );
1308 }
1309
1310
1311 /** Given an attribute name, QueryAttribute() returns

Callers 2

FloatAttributeFunction · 0.85
QueryAttributeFunction · 0.85

Calls 2

FindAttributeFunction · 0.85
QueryFloatValueMethod · 0.80

Tested by

no test coverage detected