Public Attributes | |
| std::unique_ptr< coroutine< void >::pull_type > | coro |
| std::function< void(coroutine< void >::push_type &yield)> | func |
| coroutine< void >::push_type * | yield_ptr |
Definition at line 81 of file action_node.cpp.
| std::unique_ptr<coroutine<void>::pull_type> BT::CoroActionNode::Pimpl::coro |
Definition at line 83 of file action_node.cpp.
| std::function<void(coroutine<void>::push_type & yield)> BT::CoroActionNode::Pimpl::func |
Definition at line 84 of file action_node.cpp.
| coroutine<void>::push_type* BT::CoroActionNode::Pimpl::yield_ptr |
Definition at line 85 of file action_node.cpp.