MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / QueryDoubleValue

Method QueryDoubleValue

cpp/tinyxml/tinyxml.cpp:1250–1255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248}
1249
1250int TiXmlAttribute::QueryDoubleValue( double* dval ) const
1251{
1252 if ( TIXML_SSCANF( value.c_str(), "%lf", dval ) == 1 )
1253 return TIXML_SUCCESS;
1254 return TIXML_WRONG_TYPE;
1255}
1256
1257void TiXmlAttribute::SetIntValue( int _value )
1258{

Callers 1

QueryDoubleAttributeMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected