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

Method FloatAttribute

external/tinyxml2.cpp:1644–1649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1642}
1643
1644float XMLElement::FloatAttribute(const char* name, float defaultValue) const
1645{
1646 float f = defaultValue;
1647 QueryFloatAttribute(name, &f);
1648 return f;
1649}
1650
1651const char* XMLElement::GetText() const
1652{

Callers

nothing calls this directly

Calls 1

QueryFloatAttributeFunction · 0.85

Tested by

no test coverage detected