Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ DepthTracker
Method
DepthTracker
3rdparty/tinyxml2/tinyxml2.h:1970–1973 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1968
class DepthTracker {
1969
public:
1970
explicit DepthTracker(XMLDocument * document) {
1971
this->_document = document;
1972
document->PushDepth();
1973
}
1974
~DepthTracker() {
1975
_document->PopDepth();
1976
}
Callers
nothing calls this directly
Calls
1
PushDepth
Method · 0.80
Tested by
no test coverage detected