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

Function QueryUnsigned64Attribute

3rdparty/tinyxml2/tinyxml2.h:1372–1378  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1370
1371 /// See QueryIntAttribute()
1372 XMLError QueryUnsigned64Attribute(const char* name, uint64_t* value) const {
1373 const XMLAttribute* a = FindAttribute(name);
1374 if(!a) {
1375 return XML_NO_ATTRIBUTE;
1376 }
1377 return a->QueryUnsigned64Value(value);
1378 }
1379
1380 /// See QueryIntAttribute()
1381 XMLError QueryBoolAttribute( const char* name, bool* value ) const {

Callers 2

QueryAttributeFunction · 0.85
Unsigned64AttributeMethod · 0.85

Calls 1

QueryUnsigned64ValueMethod · 0.80

Tested by

no test coverage detected