Class to provide a ScopedWriteLock. The lock is applied by the constructor and released by the destructor. More...
#include <rwlock.hpp>
Public Member Functions | |
ScopedWriteLock (RWLock &rwlock) | |
constructor - locks the object | |
~ScopedWriteLock () | |
destructor - unlocks the object used in constructor | |
Class to provide a ScopedWriteLock. The lock is applied by the constructor and released by the destructor.