Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaxBelkov/visualsyslog
/ ~XMLNode
Method
~XMLNode
sourcecommon/tinyxml2.cpp:576–582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
574
575
576
XMLNode::~XMLNode()
577
{
578
DeleteChildren();
579
if ( _parent ) {
580
_parent->Unlink( this );
581
}
582
}
583
584
const char* XMLNode::Value() const
585
{
Callers
1
DeleteNode
Method · 0.80
Calls
1
Unlink
Method · 0.80
Tested by
no test coverage detected