MCPcopy Create free account
hub / github.com/OpenMW/openmw / QueryIntAttribute

Method QueryIntAttribute

extern/oics/tinyxml/tinyxml.cpp:659–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657
658
659int TiXmlElement::QueryIntAttribute( const char* name, int* ival ) const
660{
661 const TiXmlAttribute* node = attributeSet.Find( name );
662 if ( !node )
663 return TIXML_NO_ATTRIBUTE;
664 return node->QueryIntValue( ival );
665}
666
667
668#ifdef TIXML_USE_STL

Callers

nothing calls this directly

Calls 2

QueryIntValueMethod · 0.80
FindMethod · 0.45

Tested by

no test coverage detected