MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / QueryInt64Value

Method QueryInt64Value

ReClass/tinyxml2.cpp:1400–1406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1398
1399
1400XMLError XMLAttribute::QueryInt64Value(int64_t* value) const
1401{
1402 if (XMLUtil::ToInt64(Value(), value)) {
1403 return XML_SUCCESS;
1404 }
1405 return XML_WRONG_ATTRIBUTE_TYPE;
1406}
1407
1408
1409XMLError XMLAttribute::QueryBoolValue( bool* value ) const

Callers 1

QueryInt64AttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected