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

Method PopDepth

CoreLib/tinyxml2.cpp:2541–2545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2539}
2540
2541void XMLDocument::PopDepth()
2542{
2543 TIXMLASSERT(_parsingDepth > 0);
2544 --_parsingDepth;
2545}
2546
2547XMLPrinter::XMLPrinter( FILE* file, bool compact, int depth ) :
2548 _elementJustOpened( false ),

Callers 1

~DepthTrackerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected