|
DCMTK
Version 3.6.1 20131114
OFFIS DICOM Toolkit
|
Collaboration diagram for dcmtk::log4cplus::thread::ManualResetEvent:Public Member Functions | |
| ManualResetEvent (bool=false) | |
| void | signal () const |
| void | wait () const |
| bool | timed_wait (unsigned long msec) const |
| void | reset () const |
Private Member Functions | |
| ManualResetEvent (ManualResetEvent const &) | |
| ManualResetEvent & | operator= (ManualResetEvent const &) |
Private Attributes | |
| ManualResetEventImplBase * | ev |