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