MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / QueryDoubleAttribute

Method QueryDoubleAttribute

engine/source/persistence/tinyXML/tinyxml.cpp:704–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702
703
704int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const
705{
706 const TiXmlAttribute* attrib = attributeSet.Find( name );
707 if ( !attrib )
708 return TIXML_NO_ATTRIBUTE;
709 return attrib->QueryDoubleValue( dval );
710}
711
712
713#ifdef TIXML_USE_STL

Callers

nothing calls this directly

Calls 2

FindMethod · 0.80
QueryDoubleValueMethod · 0.80

Tested by

no test coverage detected