Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ ~XMLNode
Method
~XMLNode
Dependencies/tinyxml2/src/tinyxml2.cpp:755–761 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
753
754
755
XMLNode::~XMLNode()
756
{
757
DeleteChildren();
758
if ( _parent ) {
759
_parent->Unlink( this );
760
}
761
}
762
763
const char* XMLNode::Value() const
764
{
Callers
1
DeleteNode
Method · 0.80
Calls
1
Unlink
Method · 0.45
Tested by
no test coverage detected