SObjectizer 5.8
|
Scoped guard for shared locks. More...
#include <spinlocks.hpp>
Public Member Functions | |
read_lock_guard_t (Lock &l) | |
~read_lock_guard_t () | |
read_lock_guard_t (const read_lock_guard_t &)=delete | |
read_lock_guard_t & | operator= (const read_lock_guard_t &)=delete |
Private Attributes | |
Lock & | m_lock |
Scoped guard for shared locks.
Definition at line 245 of file spinlocks.hpp.
|
inline |
Definition at line 251 of file spinlocks.hpp.
|
inline |
Definition at line 255 of file spinlocks.hpp.
|
delete |
|
delete |
|
private |
Definition at line 248 of file spinlocks.hpp.