MCPcopy Create free account
hub / github.com/Norbyte/bg3se / PushDepth

Method PushDepth

CoreLib/tinyxml2.cpp:2533–2539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2531}
2532
2533void XMLDocument::PushDepth()
2534{
2535 _parsingDepth++;
2536 if (_parsingDepth == TINYXML2_MAX_ELEMENT_DEPTH) {
2537 SetError(XML_ELEMENT_DEPTH_EXCEEDED, _parseCurLineNum, "Element nesting is too deep." );
2538 }
2539}
2540
2541void XMLDocument::PopDepth()
2542{

Callers 1

DepthTrackerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected