Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
732
XMLNode::~XMLNode()
733
{
734
DeleteChildren();
735
if ( _parent ) {
736
_parent->Unlink( this );
737
}
738
}
739
740
const char* XMLNode::Value() const
741
{
Callers
1
DeleteNode
Method · 0.80
Calls
1
Unlink
Method · 0.80
Tested by
no test coverage detected