MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / ~XMLNode

Method ~XMLNode

Source/ThirdParty/tinyxml2/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.80

Tested by

no test coverage detected