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

Method ClearThis

ogsr_engine/xrCore/XML_Parser/tinyxml.cpp:492–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490TiXmlElement::~TiXmlElement() { ClearThis(); }
491
492void TiXmlElement::ClearThis()
493{
494 Clear();
495 while (attributeSet.First())
496 {
497 TiXmlAttribute* node = attributeSet.First();
498 attributeSet.Remove(node);
499 xr_delete(node);
500 }
501}
502
503const char* TiXmlElement::Attribute(const char* name) const
504{

Callers

nothing calls this directly

Calls 4

xr_deleteFunction · 0.85
FirstMethod · 0.80
ClearFunction · 0.50
RemoveMethod · 0.45

Tested by

no test coverage detected