this class is a helper to exchange data in a class between different threads, it can be pushed and pulled in various threads
More...
#include <InterThreadStoreVector.h>
|
void | push (T v) |
|
void | pull (std::vector< T > &res) |
|
template<class T>
class InterThreadStoreVector< T >
this class is a helper to exchange data in a class between different threads, it can be pushed and pulled in various threads
Definition at line 29 of file InterThreadStoreVector.h.
◆ pull()
◆ push()
◆ m_vector_mutex
◆ store
The documentation for this class was generated from the following file: