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

Method TiXmlAttributeSet

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

Source from the content-addressed store, hash-verified

1498
1499
1500TiXmlAttributeSet::TiXmlAttributeSet()
1501{
1502 sentinel.next = &sentinel;
1503 sentinel.prev = &sentinel;
1504}
1505
1506
1507TiXmlAttributeSet::~TiXmlAttributeSet()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected