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