MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / QueryFloatAttribute

Function QueryFloatAttribute

sourcecommon/tinyxml2.h:1257–1263  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1255 }
1256 /// See QueryIntAttribute()
1257 XMLError QueryFloatAttribute( const char* name, float* value ) const {
1258 const XMLAttribute* a = FindAttribute( name );
1259 if ( !a ) {
1260 return XML_NO_ATTRIBUTE;
1261 }
1262 return a->QueryFloatValue( value );
1263 }
1264
1265
1266 /** Given an attribute name, QueryAttribute() returns

Callers 2

FloatAttributeFunction · 0.85
QueryAttributeFunction · 0.85

Calls 1

QueryFloatValueMethod · 0.80

Tested by

no test coverage detected