MCPcopy 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
576XMLNode::~XMLNode()
577{
578 DeleteChildren();
579 if ( _parent ) {
580 _parent->Unlink( this );
581 }
582}
583
584const char* XMLNode::Value() const
585{

Callers 1

DeleteNodeMethod · 0.80

Calls 1

UnlinkMethod · 0.80

Tested by

no test coverage detected