MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / ~XMLNode

Method ~XMLNode

externals/tinyxml2/tinyxml2.cpp:811–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809
810
811XMLNode::~XMLNode()
812{
813 DeleteChildren();
814 if ( _parent ) {
815 _parent->Unlink( this );
816 }
817}
818
819// ChildElementCount was originally suggested by msteiger on the sourceforge page for TinyXML and modified by KB1SPH for TinyXML-2.
820

Callers 1

DeleteNodeMethod · 0.80

Calls 1

UnlinkMethod · 0.80

Tested by

no test coverage detected