MCPcopy Create free account
hub / github.com/OpenMW/openmw / QueryDoubleAttribute

Method QueryDoubleAttribute

extern/oics/tinyxml/tinyxml.cpp:679–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677
678
679int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const
680{
681 const TiXmlAttribute* node = attributeSet.Find( name );
682 if ( !node )
683 return TIXML_NO_ATTRIBUTE;
684 return node->QueryDoubleValue( dval );
685}
686
687
688#ifdef TIXML_USE_STL

Callers

nothing calls this directly

Calls 2

QueryDoubleValueMethod · 0.80
FindMethod · 0.45

Tested by

no test coverage detected