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

Function QueryDoubleAttribute

external/tinyxml2.h:1405–1411  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1403 }
1404 /// See QueryIntAttribute()
1405 XMLError QueryDoubleAttribute( const char* name, double* value ) const {
1406 const XMLAttribute* a = FindAttribute( name );
1407 if ( !a ) {
1408 return XML_NO_ATTRIBUTE;
1409 }
1410 return a->QueryDoubleValue( value );
1411 }
1412 /// See QueryIntAttribute()
1413 XMLError QueryFloatAttribute( const char* name, float* value ) const {
1414 const XMLAttribute* a = FindAttribute( name );

Callers 2

QueryAttributeFunction · 0.85
DoubleAttributeMethod · 0.85

Calls 1

QueryDoubleValueMethod · 0.80

Tested by

no test coverage detected