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

Method QueryInt64Value

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1325–1331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1323
1324
1325XMLError XMLAttribute::QueryInt64Value(int64_t* value) const
1326{
1327 if (XMLUtil::ToInt64(Value(), value)) {
1328 return XML_SUCCESS;
1329 }
1330 return XML_WRONG_ATTRIBUTE_TYPE;
1331}
1332
1333
1334XMLError XMLAttribute::QueryBoolValue( bool* value ) const

Callers 1

QueryInt64AttributeFunction · 0.80

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected