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

Method BoolAttribute

3rdparty/tinyxml2/tinyxml2.cpp:1667–1672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1665}
1666
1667bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const
1668{
1669 bool b = defaultValue;
1670 QueryBoolAttribute(name, &b);
1671 return b;
1672}
1673
1674double XMLElement::DoubleAttribute(const char* name, double defaultValue) const
1675{

Callers

nothing calls this directly

Calls 1

QueryBoolAttributeFunction · 0.85

Tested by

no test coverage detected