MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / FloatAttribute

Method FloatAttribute

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1563–1568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1561}
1562
1563float XMLElement::FloatAttribute(const char* name, float defaultValue) const
1564{
1565 float f = defaultValue;
1566 QueryFloatAttribute(name, &f);
1567 return f;
1568}
1569
1570const char* XMLElement::GetText() const
1571{

Callers

nothing calls this directly

Calls 1

QueryFloatAttributeFunction · 0.85

Tested by

no test coverage detected