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

Method QueryDoubleValue

ReClass/tinyxml2.cpp:1427–1433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1425
1426
1427XMLError XMLAttribute::QueryDoubleValue( double* value ) const
1428{
1429 if ( XMLUtil::ToDouble( Value(), value )) {
1430 return XML_SUCCESS;
1431 }
1432 return XML_WRONG_ATTRIBUTE_TYPE;
1433}
1434
1435
1436void XMLAttribute::SetAttribute( const char* v )

Callers 1

QueryDoubleAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected