Classes | Namespaces | Typedefs | Functions
loop_node.h File Reference
#include <deque>
#include "behaviortree_cpp/decorator_node.h"
Include dependency graph for loop_node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BT::LoopNode< T >
 The LoopNode class is used to pop_front elements from a std::deque. This element is copied into the port "value" and the child will be executed, as long as we have elements in the queue. More...
 

Namespaces

 BT
 

Typedefs

template<typename T >
using BT::SharedQueue = std::shared_ptr< std::deque< T > >
 

Functions

template<>
SharedQueue< bool > BT::convertFromString< SharedQueue< bool > > (StringView str)
 
template<>
SharedQueue< double > BT::convertFromString< SharedQueue< double > > (StringView str)
 
template<>
SharedQueue< int > BT::convertFromString< SharedQueue< int > > (StringView str)
 
template<>
SharedQueue< std::string > BT::convertFromString< SharedQueue< std::string > > (StringView str)
 


behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Jun 28 2024 02:20:08