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

Function FloatAttribute

sourcecommon/tinyxml2.h:1206–1210  ·  view source on GitHub ↗

See IntAttribute()

Source from the content-addressed store, hash-verified

1204 }
1205 /// See IntAttribute()
1206 float FloatAttribute( const char* name ) const {
1207 float f=0;
1208 QueryFloatAttribute( name, &f );
1209 return f;
1210 }
1211
1212 /** Given an attribute name, QueryIntAttribute() returns
1213 XML_NO_ERROR, XML_WRONG_ATTRIBUTE_TYPE if the conversion

Callers

nothing calls this directly

Calls 1

QueryFloatAttributeFunction · 0.85

Tested by

no test coverage detected