MCPcopy Create free account
hub / github.com/crossuo/crossuo / ~XMLNode

Method ~XMLNode

external/tinyxml2.cpp:787–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785
786
787XMLNode::~XMLNode()
788{
789 DeleteChildren();
790 if ( _parent ) {
791 _parent->Unlink( this );
792 }
793}
794
795const char* XMLNode::Value() const
796{

Callers 1

DeleteNodeMethod · 0.80

Calls 1

UnlinkMethod · 0.45

Tested by

no test coverage detected