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

Method Animal

tests/include/animal_hierarchy_test.h:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 using Ptr = std::shared_ptr<Animal>;
18
19 Animal() = default;
20 virtual ~Animal() = default;
21 Animal(const Animal&) = default;
22 Animal& operator=(const Animal&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected