MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ~XMLElement

Method ~XMLElement

sourcecommon/tinyxml2.cpp:1213–1220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211
1212
1213XMLElement::~XMLElement()
1214{
1215 while( _rootAttribute ) {
1216 XMLAttribute* next = _rootAttribute->_next;
1217 DeleteAttribute( _rootAttribute );
1218 _rootAttribute = next;
1219 }
1220}
1221
1222
1223XMLAttribute* XMLElement::FindAttribute( const char* name )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected