MCPcopy Create free account
hub / github.com/crossuo/crossuo / QueryDoubleValue

Method QueryDoubleValue

external/tinyxml2.cpp:1485–1491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1483
1484
1485XMLError XMLAttribute::QueryDoubleValue( double* value ) const
1486{
1487 if ( XMLUtil::ToDouble( Value(), value )) {
1488 return XML_SUCCESS;
1489 }
1490 return XML_WRONG_ATTRIBUTE_TYPE;
1491}
1492
1493
1494void XMLAttribute::SetAttribute( const char* v )

Callers 1

QueryDoubleAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected