MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / QueryIntAttribute

Method QueryIntAttribute

ogsr_engine/xrCore/XML_Parser/tinyxml.cpp:593–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591#endif
592
593int TiXmlElement::QueryIntAttribute(const char* name, int* ival) const
594{
595 const TiXmlAttribute* node = attributeSet.Find(name);
596 if (!node)
597 return TIXML_NO_ATTRIBUTE;
598 return node->QueryIntValue(ival);
599}
600
601#ifdef TIXML_USE_STL
602int TiXmlElement::QueryIntAttribute(const xr_string& name, int* ival) const

Callers

nothing calls this directly

Calls 2

QueryIntValueMethod · 0.80
FindMethod · 0.45

Tested by

no test coverage detected