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

Method QueryIntAttribute

cpp/tinyxml/tinyxml.cpp:645–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

ReadXMLVIDItemLabelMethod · 0.80
GroupMethod · 0.80
ReadCacheMethod · 0.80
ReadButtonsMethod · 0.80
ReloadNodeMethod · 0.80
ReadScenesMethod · 0.80
ReadXMLMethod · 0.80
ReadCommandClassesXMLMethod · 0.80
ReadValueFromXMLMethod · 0.80
ReadMetaDataFromXMLMethod · 0.80
ReadXMLMethod · 0.80
ReadXMLMethod · 0.80

Calls 2

QueryIntValueMethod · 0.80
FindMethod · 0.45

Tested by

no test coverage detected