Public Attributes | List of all members
BT::ProtectedQueue< T > Struct Template Reference

#include <pop_from_queue.hpp>

Public Attributes

std::list< T > items
 
std::mutex mtx
 

Detailed Description

template<typename T>
struct BT::ProtectedQueue< T >

Definition at line 35 of file pop_from_queue.hpp.

Member Data Documentation

◆ items

template<typename T >
std::list<T> BT::ProtectedQueue< T >::items

Definition at line 37 of file pop_from_queue.hpp.

◆ mtx

template<typename T >
std::mutex BT::ProtectedQueue< T >::mtx

Definition at line 38 of file pop_from_queue.hpp.


The documentation for this struct was generated from the following file:


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