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

Method Unsigned64Attribute

3rdparty/tinyxml2/tinyxml2.cpp:1660–1665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1658}
1659
1660uint64_t XMLElement::Unsigned64Attribute(const char* name, uint64_t defaultValue) const
1661{
1662 uint64_t i = defaultValue;
1663 QueryUnsigned64Attribute(name, &i);
1664 return i;
1665}
1666
1667bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const
1668{

Callers

nothing calls this directly

Calls 1

QueryUnsigned64AttributeFunction · 0.85

Tested by

no test coverage detected