|  | Kea 3.1.0
    | 
Read mutex RAII handler. More...
#include <readwrite_mutex.h>
| Public Member Functions | |
| ReadLockGuard (ReadWriteMutex &rw_mutex) | |
| Constructor. | |
| virtual | ~ReadLockGuard () | 
| Destructor. | |
Read mutex RAII handler.
The constructor acquires the lock, the destructor releases it.
Definition at line 140 of file readwrite_mutex.h.
| 
 | inline | 
| 
 | inlinevirtual | 
Destructor.
Definition at line 151 of file readwrite_mutex.h.