MCPcopy Create free account
hub / github.com/domoticz/domoticz / QueryIntAttribute

Method QueryIntAttribute

tinyxpath/tinyxml.cpp:644–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642
643
644int TiXmlElement::QueryIntAttribute( const char* name, int* ival ) const
645{
646 const TiXmlAttribute* node = attributeSet.Find( name );
647 if ( !node )
648 return TIXML_NO_ATTRIBUTE;
649 return node->QueryIntValue( ival );
650}
651
652
653#ifdef TIXML_USE_STL

Callers 1

ReceiveXMLMethod · 0.80

Calls 2

QueryIntValueMethod · 0.80
FindMethod · 0.45

Tested by

no test coverage detected