MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / UnsignedAttribute

Method UnsignedAttribute

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1607–1612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1605}
1606
1607unsigned XMLElement::UnsignedAttribute(const char* name, unsigned defaultValue) const
1608{
1609 unsigned i = defaultValue;
1610 QueryUnsignedAttribute(name, &i);
1611 return i;
1612}
1613
1614xml_Int64a_t XMLElement::Int64Attribute(const char* name, xml_Int64a_t defaultValue) const
1615{

Callers

nothing calls this directly

Calls 1

QueryUnsignedAttributeFunction · 0.85

Tested by

no test coverage detected