MCPcopy Create free account
hub / github.com/Norbyte/bg3se / QueryDoubleValue

Method QueryDoubleValue

BG3Extender/Extender/Shared/tinyxml2.cpp:1498–1504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1496
1497
1498XMLError XMLAttribute::QueryDoubleValue( double* value ) const
1499{
1500 if ( XMLUtil::ToDouble( Value(), value )) {
1501 return XML_SUCCESS;
1502 }
1503 return XML_WRONG_ATTRIBUTE_TYPE;
1504}
1505
1506
1507void XMLAttribute::SetAttribute( const char* v )

Callers 1

QueryDoubleAttributeFunction · 0.45

Calls 1

ValueClass · 0.70

Tested by

no test coverage detected