Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ ~XMLNode
Method
~XMLNode
examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:798–805 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
796
}
797
798
XMLNode::~XMLNode()
799
{
800
DeleteChildren();
801
if (_parent)
802
{
803
_parent->Unlink(this);
804
}
805
}
806
807
const char* XMLNode::Value() const
808
{
Callers
1
DeleteNode
Method · 0.80
Calls
1
Unlink
Method · 0.80
Tested by
no test coverage detected