MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / QueryFloatAttribute

Function QueryFloatAttribute

src/xml/tinyxml2.h:1287–1293  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1285 }
1286 /// See QueryIntAttribute()
1287 XMLError QueryFloatAttribute( const char* name, float* value ) const {
1288 const XMLAttribute* a = FindAttribute( name );
1289 if ( !a ) {
1290 return XML_NO_ATTRIBUTE;
1291 }
1292 return a->QueryFloatValue( value );
1293 }
1294
1295
1296 /** 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