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) |