MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / end_element_handler

Method end_element_handler

tools/xml2cpp-codegen/xml.cpp:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void Document::Expat::end_element_handler(void* data, const XML_Char* /*name*/)
304{
305 Document* doc = static_cast<Document*>(data);
306
307 doc->m_depth--;
308}
309

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected