MCPcopy Create free account
hub / github.com/crossuo/crossuo / QueryUnsigned64Attribute

Function QueryUnsigned64Attribute

external/tinyxml2.h:1379–1385  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1377
1378 /// See QueryIntAttribute()
1379 XMLError QueryUnsigned64Attribute(const char* name, uint64_t* value) const {
1380 const XMLAttribute* a = FindAttribute(name);
1381 if(!a) {
1382 return XML_NO_ATTRIBUTE;
1383 }
1384 return a->QueryUnsigned64Value(value);
1385 }
1386
1387 /// See QueryIntAttribute()
1388 XMLError QueryHex64Attribute(const char* name, uint64_t* value) const {

Callers 2

QueryAttributeFunction · 0.85
Unsigned64AttributeMethod · 0.85

Calls 1

QueryUnsigned64ValueMethod · 0.80

Tested by

no test coverage detected