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

Method PopDepth

3rdparty/tinyxml2/tinyxml2.cpp:2574–2578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2572}
2573
2574void XMLDocument::PopDepth()
2575{
2576 TIXMLASSERT(_parsingDepth > 0);
2577 --_parsingDepth;
2578}
2579
2580XMLPrinter::XMLPrinter( FILE* file, bool compact, int depth ) :
2581 _elementJustOpened( false ),

Callers 1

~DepthTrackerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected