MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / QueryInt64Value

Method QueryInt64Value

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1398–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

QueryInt64AttributeFunction · 0.80

Calls 1

ValueFunction · 0.85

Tested by

no test coverage detected