MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / ~XMLNode

Method ~XMLNode

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:798–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798XMLNode::~XMLNode()
799{
800 DeleteChildren();
801 if (_parent)
802 {
803 _parent->Unlink(this);
804 }
805}
806
807const char* XMLNode::Value() const
808{

Callers 1

DeleteNodeMethod · 0.80

Calls 1

UnlinkMethod · 0.80

Tested by

no test coverage detected