MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / QueryDoubleAttribute

Method QueryDoubleAttribute

Libraries/tinyxml/tinyxml.cpp:737–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735
736
737int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const
738{
739 const TiXmlAttribute* attrib = attributeSet.Find( name );
740 if ( !attrib )
741 return TIXML_NO_ATTRIBUTE;
742 return attrib->QueryDoubleValue( dval );
743}
744
745
746#ifdef TIXML_USE_STL

Callers 8

GetTSREinfoFunction · 0.80
GetTSRinfoFunction · 0.80
LoadActorFromXMLFunction · 0.80
mainFunction · 0.80

Calls 2

FindMethod · 0.45
QueryDoubleValueMethod · 0.45

Tested by 1

mainFunction · 0.64