|
DCMTK
Version 3.6.1 20131114
OFFIS DICOM Toolkit
|
Collaboration diagram for dcmtk::log4cplus::thread::Mutex:Public Types | |
| enum | Type { DEFAULT, RECURSIVE } |
Public Member Functions | |
| Mutex (Type=RECURSIVE) | |
| void | lock () const |
| void | unlock () const |
Private Member Functions | |
| Mutex (Mutex const &) | |
| Mutex & | operator= (Mutex &) |
Private Attributes | |
| MutexImplBase * | mtx |