MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / ClearThis

Method ClearThis

lesson7-Detection/src/utils/tinyxml.cpp:565–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563
564
565void TiXmlElement::ClearThis()
566{
567 Clear();
568 while( attributeSet.First() )
569 {
570 TiXmlAttribute* node = attributeSet.First();
571 attributeSet.Remove( node );
572 delete node;
573 }
574}
575
576
577const char* TiXmlElement::Attribute( const char* name ) const

Callers

nothing calls this directly

Calls 2

FirstMethod · 0.80
RemoveMethod · 0.80

Tested by

no test coverage detected