Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ ~XMLNode
Method
~XMLNode
CoreLib/tinyxml2.cpp:809–815 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
807
808
809
XMLNode::~XMLNode()
810
{
811
DeleteChildren();
812
if ( _parent ) {
813
_parent->Unlink( this );
814
}
815
}
816
817
const char* XMLNode::Value() const
818
{
Callers
1
DeleteNode
Method · 0.45
Calls
1
Unlink
Method · 0.45
Tested by
no test coverage detected