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

Method UnsignedAttribute

3rdparty/tinyxml2/tinyxml2.cpp:1646–1651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1644}
1645
1646unsigned XMLElement::UnsignedAttribute(const char* name, unsigned defaultValue) const
1647{
1648 unsigned i = defaultValue;
1649 QueryUnsignedAttribute(name, &i);
1650 return i;
1651}
1652
1653int64_t XMLElement::Int64Attribute(const char* name, int64_t defaultValue) const
1654{

Callers

nothing calls this directly

Calls 1

QueryUnsignedAttributeFunction · 0.85

Tested by

no test coverage detected