MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / ~TiXmlAttributeSet

Method ~TiXmlAttributeSet

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

Source from the content-addressed store, hash-verified

1505
1506
1507TiXmlAttributeSet::~TiXmlAttributeSet()
1508{
1509 assert( sentinel.next == &sentinel );
1510 assert( sentinel.prev == &sentinel );
1511}
1512
1513
1514void TiXmlAttributeSet::Add( TiXmlAttribute* addMe )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected