Scope object for setting a write lock. More...
#include <fthread.h>
Public Member Functions | |
FWriteGuardT (T &_lock) | |
~FWriteGuardT () |
Scope object for setting a write lock.
Can be used with a FRwLock + other locks that have waitToWrite / doneWriting methods.
FWriteGuardT | ( | T & | _lock | ) | [inline] |
~FWriteGuardT | ( | ) | [inline] |