MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / QueryDoubleAttribute

Method QueryDoubleAttribute

external/tinyxml/tinyxml.cpp:720–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718
719
720int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const
721{
722 const TiXmlAttribute* attrib = attributeSet.Find( name );
723 if ( !attrib )
724 return TIXML_NO_ATTRIBUTE;
725 return attrib->QueryDoubleValue( dval );
726}
727
728
729#ifdef TIXML_USE_STL

Callers 1

mainFunction · 0.80

Calls 2

FindMethod · 0.80
QueryDoubleValueMethod · 0.80

Tested by 1

mainFunction · 0.64