MCPcopy Create free account
hub / github.com/crossuo/crossuo / QueryFloatAttribute

Function QueryFloatAttribute

external/tinyxml2.h:1413–1419  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1411 }
1412 /// See QueryIntAttribute()
1413 XMLError QueryFloatAttribute( const char* name, float* value ) const {
1414 const XMLAttribute* a = FindAttribute( name );
1415 if ( !a ) {
1416 return XML_NO_ATTRIBUTE;
1417 }
1418 return a->QueryFloatValue( value );
1419 }
1420
1421 /// See QueryIntAttribute()
1422 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