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

Method Int64Attribute

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1614–1619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1612}
1613
1614xml_Int64a_t XMLElement::Int64Attribute(const char* name, xml_Int64a_t defaultValue) const
1615{
1616 xml_Int64a_t i = defaultValue;
1617 QueryInt64Attribute(name, &i);
1618 return i;
1619}
1620
1621bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const
1622{

Callers

nothing calls this directly

Calls 1

QueryInt64AttributeFunction · 0.85

Tested by

no test coverage detected