MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / QueryInt64Attribute

Function QueryInt64Attribute

Source/ThirdParty/tinyxml2/tinyxml2.h:1302–1308  ·  view source on GitHub ↗

See QueryIntAttribute()

Source from the content-addressed store, hash-verified

1300
1301 /// See QueryIntAttribute()
1302 XMLError QueryInt64Attribute(const char* name, int64_t* value) const {
1303 const XMLAttribute* a = FindAttribute(name);
1304 if (!a) {
1305 return XML_NO_ATTRIBUTE;
1306 }
1307 return a->QueryInt64Value(value);
1308 }
1309
1310 /// See QueryIntAttribute()
1311 XMLError QueryBoolAttribute( const char* name, bool* value ) const {

Callers 2

Int64AttributeFunction · 0.85
QueryAttributeFunction · 0.85

Calls 2

FindAttributeFunction · 0.85
QueryInt64ValueMethod · 0.80

Tested by

no test coverage detected