MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / QueryDoubleAttribute

Method QueryDoubleAttribute

TinyXml/src/tinyxml.cpp:520–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518
519
520int TiXmlElement::QueryDoubleAttribute( const TCHAR* name, double* dval ) const
521{
522 TiXmlAttribute* node = attributeSet.Find( name );
523 if ( !node )
524 return TIXML_NO_ATTRIBUTE;
525
526 return node->QueryDoubleValue( dval );
527}
528
529
530void TiXmlElement::SetAttribute( const TCHAR * name, int val )

Callers

nothing calls this directly

Calls 2

FindMethod · 0.80
QueryDoubleValueMethod · 0.80

Tested by

no test coverage detected