MCPcopy 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
756XMLNode::~XMLNode()
757{
758 DeleteChildren();
759 if ( _parent ) {
760 _parent->Unlink( this );
761 }
762}
763
764const char* XMLNode::Value() const
765{

Callers 1

DeleteNodeMethod · 0.80

Calls 1

UnlinkMethod · 0.80

Tested by

no test coverage detected