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

Method QueryIntAttribute

TinyXml/src/tinyxml.cpp:510–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508
509
510int TiXmlElement::QueryIntAttribute( const TCHAR* name, int* ival ) const
511{
512 TiXmlAttribute* node = attributeSet.Find( name );
513 if ( !node )
514 return TIXML_NO_ATTRIBUTE;
515
516 return node->QueryIntValue( ival );
517}
518
519
520int TiXmlElement::QueryDoubleAttribute( const TCHAR* name, double* dval ) const

Callers

nothing calls this directly

Calls 2

FindMethod · 0.80
QueryIntValueMethod · 0.80

Tested by

no test coverage detected