Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_AutoReadLock.dox.h
1
2namespace Qore {
4namespace Thread {
6
32
33public:
35
46
47public:
49
52
53public:
55
63};
64}
65}
A helper class for the RWLock class for exception-safe read lock handling.
Definition: QC_AutoReadLock.dox.h:31
copy()
Throws an exception; objects of this class cannot be copied.
destructor()
Calls RWLock::readUnlock() on the saved RWLock and destroys the AutoReadLock object.
constructor(RWLock rwl)
Creates the AutoReadLock object based on the RWLock argument passed and immediately calls RWLock::rea...
The RWLock class implements a read-write thread lock.
Definition: QC_RWLock.dox.h:40
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2