RAII lock for write. More...
#include <readWriteMutex.hpp>
Public Types | |
using | ReadWriteMutex |
See LockForWrite. | |
Public Member Functions | |
LockForWrite (ReadWriteMutex &mutex) | |
Constructor. Acquires lock for write access. | |
~LockForWrite () | |
Destructor. Releases lock for write access. | |
RAII lock for write.
T_ReadWriteMutex | The underlying ReadWriteMutex. |
using codi::LockForWrite< T_ReadWriteMutex >::ReadWriteMutex |
See LockForWrite.