MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / QueryDoubleValue

Method QueryDoubleValue

TinyXml/src/tinyxml.cpp:890–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890int TiXmlAttribute::QueryDoubleValue( double* dval ) const
891{
892 if ( generic_sscanf( value.c_str(), TEXT("%lf"), dval ) == 1 )
893 return TIXML_SUCCESS;
894 return TIXML_WRONG_TYPE;
895}
896
897void TiXmlAttribute::SetIntValue( int _value )
898{

Callers 1

QueryDoubleAttributeMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected