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

Method polymorphicCastRegistryPtr

src/bt_factory.cpp:589–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589std::shared_ptr<PolymorphicCastRegistry>
590BehaviorTreeFactory::polymorphicCastRegistryPtr() const
591{
592 return _p->polymorphic_registry;
593}
594
595Tree::Tree() = default;
596

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected