MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / QueryDoubleAttribute

Method QueryDoubleAttribute

cpp/tinyxml/tinyxml.cpp:665–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663
664
665int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const
666{
667 const TiXmlAttribute* node = attributeSet.Find( name );
668 if ( !node )
669 return TIXML_NO_ATTRIBUTE;
670 return node->QueryDoubleValue( dval );
671}
672
673
674#ifdef TIXML_USE_STL

Callers

nothing calls this directly

Calls 2

QueryDoubleValueMethod · 0.80
FindMethod · 0.45

Tested by

no test coverage detected