#include <mutex.h>
Public Member Functions | |
WriterMutexLock & | operator= (const WriterMutexLock &)=delete |
WriterMutexLock & | operator= (WriterMutexLock &&)=delete |
WriterMutexLock (Mutex *mu) EXCLUSIVE_LOCK_FUNCTION(mu) | |
WriterMutexLock (const WriterMutexLock &)=delete | |
WriterMutexLock (WriterMutexLock &&)=delete | |
~WriterMutexLock () UNLOCK_FUNCTION() | |
Private Attributes | |
Mutex *const | mu_ |
|
inlineexplicit |
|
delete |
|
delete |
|
delete |
|
delete |