qxLib
List of all members
qx::shared_proxy< data_t, synchronization_primitive_t > Class Template Reference

A proxy class that provides access to an object stored in threads_shared and provides raii for synchronization primitives. More...

#include <threads_shared.h>

Detailed Description

template<class data_t, class synchronization_primitive_t>
class qx::shared_proxy< data_t, synchronization_primitive_t >

A proxy class that provides access to an object stored in threads_shared and provides raii for synchronization primitives.

Locks synchronization primitive in constructor and unlocks in destructor

Template Parameters
data_t- data type
synchronization_primitive_t- synchronization primitive type
Author
Khrapov
Date
4.03.2021

Definition at line 35 of file threads_shared.h.


The documentation for this class was generated from the following files: