MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / ~TiXmlNode

Method ~TiXmlNode

TinyXml/src/tinyxml.cpp:141–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141TiXmlNode::~TiXmlNode()
142{
143 TiXmlNode* node = firstChild;
144 TiXmlNode* temp = 0;
145
146 while ( node )
147 {
148 temp = node;
149 node = node->next;
150 delete temp;
151 }
152}
153
154
155void TiXmlNode::Clear()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected