MCPcopy Create free account
hub / github.com/JayXon/Leanify / QueryDoubleValue

Method QueryDoubleValue

lib/tinyxml2/tinyxml2.cpp:1231–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229
1230
1231XMLError XMLAttribute::QueryDoubleValue( double* value ) const
1232{
1233 if ( XMLUtil::ToDouble( Value(), value )) {
1234 return XML_NO_ERROR;
1235 }
1236 return XML_WRONG_ATTRIBUTE_TYPE;
1237}
1238
1239
1240void XMLAttribute::SetAttribute( const char* v )

Callers 1

QueryDoubleAttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected