Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ name
Method
name
examples/t19_polymorphic_ports.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
using Ptr = std::shared_ptr<Cat>;
40
41
std::string name() const override
42
{
43
return
"Cat"
;
44
}
45
};
46
47
class Sphynx : public Cat
Callers
8
printTreeRecursively
Function · 0.45
addTreeToXML
Function · 0.45
selectChild
Method · 0.45
callback
Method · 0.45
callback
Method · 0.45
tick
Method · 0.45
tick
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected