MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / ~XMLNode

Method ~XMLNode

Source/ThirdParty/tinyxml2/tinyxml2.cpp:732–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730
731
732XMLNode::~XMLNode()
733{
734 DeleteChildren();
735 if ( _parent ) {
736 _parent->Unlink( this );
737 }
738}
739
740const char* XMLNode::Value() const
741{

Callers 1

DeleteNodeMethod · 0.80

Calls 1

UnlinkMethod · 0.80

Tested by

no test coverage detected