MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / PushDepth

Method PushDepth

3rdparty/tinyxml2/tinyxml2.cpp:2566–2572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2564}
2565
2566void XMLDocument::PushDepth()
2567{
2568 _parsingDepth++;
2569 if (_parsingDepth == TINYXML2_MAX_ELEMENT_DEPTH) {
2570 SetError(XML_ELEMENT_DEPTH_EXCEEDED, _parseCurLineNum, "Element nesting is too deep." );
2571 }
2572}
2573
2574void XMLDocument::PopDepth()
2575{

Callers 1

DepthTrackerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected