MCPcopy Create free account
hub / github.com/JayXon/Leanify / ~XMLNode

Method ~XMLNode

lib/tinyxml2/tinyxml2.cpp:637–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635
636
637XMLNode::~XMLNode()
638{
639 DeleteChildren();
640 if ( _parent ) {
641 _parent->Unlink( this );
642 }
643}
644
645const char* XMLNode::Value() const
646{

Callers 1

DeleteNodeMethod · 0.80

Calls 1

UnlinkMethod · 0.80

Tested by

no test coverage detected