MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / ClearThis

Method ClearThis

cpp/tinyxml/tinyxml.cpp:545–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543
544
545void TiXmlElement::ClearThis()
546{
547 Clear();
548 while( attributeSet.First() )
549 {
550 TiXmlAttribute* node = attributeSet.First();
551 attributeSet.Remove( node );
552 delete node;
553 }
554}
555
556
557const char* TiXmlElement::Attribute( const char* name ) const

Callers

nothing calls this directly

Calls 2

FirstMethod · 0.80
RemoveMethod · 0.45

Tested by

no test coverage detected