MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / ~XMLNode

Method ~XMLNode

Dependencies/tinyxml2/src/tinyxml2.cpp:755–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753
754
755XMLNode::~XMLNode()
756{
757 DeleteChildren();
758 if ( _parent ) {
759 _parent->Unlink( this );
760 }
761}
762
763const char* XMLNode::Value() const
764{

Callers 1

DeleteNodeMethod · 0.80

Calls 1

UnlinkMethod · 0.45

Tested by

no test coverage detected