MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / DoubleAttribute

Method DoubleAttribute

3rdparty/tinyxml2/tinyxml2.cpp:1674–1679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1672}
1673
1674double XMLElement::DoubleAttribute(const char* name, double defaultValue) const
1675{
1676 double d = defaultValue;
1677 QueryDoubleAttribute(name, &d);
1678 return d;
1679}
1680
1681float XMLElement::FloatAttribute(const char* name, float defaultValue) const
1682{

Callers

nothing calls this directly

Calls 1

QueryDoubleAttributeFunction · 0.85

Tested by

no test coverage detected