MCPcopy Create free account
hub / github.com/JayXon/Leanify / ~XMLElement

Method ~XMLElement

lib/tinyxml2/tinyxml2.cpp:1292–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290
1291
1292XMLElement::~XMLElement()
1293{
1294 while( _rootAttribute ) {
1295 XMLAttribute* next = _rootAttribute->_next;
1296 DeleteAttribute( _rootAttribute );
1297 _rootAttribute = next;
1298 }
1299}
1300
1301
1302const XMLAttribute* XMLElement::FindAttribute( const char* name ) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected