MCPcopy Create free account
hub / github.com/DFHack/dfhack / QueryDoubleAttribute

Method QueryDoubleAttribute

depends/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

nothing calls this directly

Calls 2

QueryDoubleValueMethod · 0.80
FindMethod · 0.45

Tested by

no test coverage detected