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

Function QueryInt64Attribute

examples/ThirdPartyLibs/tinyxml2/tinyxml2.h:1480–1488  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1478
1479 /// See QueryIntAttribute()
1480 XMLError QueryInt64Attribute(const char* name, xml_Int64a_t* value) const
1481 {
1482 const XMLAttribute* a = FindAttribute(name);
1483 if (!a)
1484 {
1485 return XML_NO_ATTRIBUTE;
1486 }
1487 return a->QueryInt64Value(value);
1488 }
1489
1490 /// See QueryIntAttribute()
1491 XMLError QueryBoolAttribute(const char* name, bool* value) const

Callers 2

QueryAttributeFunction · 0.85
Int64AttributeMethod · 0.85

Calls 2

FindAttributeFunction · 0.85
QueryInt64ValueMethod · 0.80

Tested by

no test coverage detected