MCPcopy 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
47class Sphynx : public Cat

Callers 8

printTreeRecursivelyFunction · 0.45
addTreeToXMLFunction · 0.45
selectChildMethod · 0.45
callbackMethod · 0.45
callbackMethod · 0.45
tickMethod · 0.45
tickMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected