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

Method QueryDoubleAttribute

ogsr_engine/xrCore/XML_Parser/tinyxml.cpp:611–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609#endif
610
611int TiXmlElement::QueryDoubleAttribute(const char* name, double* dval) const
612{
613 const TiXmlAttribute* node = attributeSet.Find(name);
614 if (!node)
615 return TIXML_NO_ATTRIBUTE;
616 return node->QueryDoubleValue(dval);
617}
618
619#ifdef TIXML_USE_STL
620int TiXmlElement::QueryDoubleAttribute(const xr_string& name, double* dval) const

Callers

nothing calls this directly

Calls 2

QueryDoubleValueMethod · 0.80
FindMethod · 0.45

Tested by

no test coverage detected