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

Function QueryInt64Attribute

3rdparty/tinyxml2/tinyxml2.h:1363–1369  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1361
1362 /// See QueryIntAttribute()
1363 XMLError QueryInt64Attribute(const char* name, int64_t* value) const {
1364 const XMLAttribute* a = FindAttribute(name);
1365 if (!a) {
1366 return XML_NO_ATTRIBUTE;
1367 }
1368 return a->QueryInt64Value(value);
1369 }
1370
1371 /// See QueryIntAttribute()
1372 XMLError QueryUnsigned64Attribute(const char* name, uint64_t* value) const {

Callers 2

QueryAttributeFunction · 0.85
Int64AttributeMethod · 0.85

Calls 1

QueryInt64ValueMethod · 0.80

Tested by

no test coverage detected