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

Method ~TiXmlElement

TinyXml/src/tinyxml.cpp:461–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461TiXmlElement::~TiXmlElement()
462{
463 while( attributeSet.First() )
464 {
465 TiXmlAttribute* node = attributeSet.First();
466 attributeSet.Remove( node );
467 delete node;
468 }
469}
470
471const TCHAR * TiXmlElement::Attribute( const TCHAR * name ) const
472{

Callers

nothing calls this directly

Calls 2

FirstMethod · 0.80
RemoveMethod · 0.80

Tested by

no test coverage detected