Public Member Functions | |
Guard (LOG4CPLUS_MUTEX_PTR_DECLARE mutex) | |
"locks" mutex . | |
~Guard () | |
"unlocks" mutex . | |
Private Member Functions | |
Guard (const Guard &) | |
Guard & | operator= (const Guard &) |
Private Attributes | |
LOG4CPLUS_MUTEX_PTR_DECLARE | _mutex |
The dtor unlocks the mutex.
Definition at line 36 of file threads.h.