ewmscp
..
|
this class handles the mutex protection of the filesInWork map More...
#include <fileInWork.h>
Public Member Functions | |
bool | empty () const |
Protected Member Functions | |
lockuser (decltype(iter) Iter) | |
lockuser () | |
~lockuser ()=default | |
Protected Attributes | |
std::unique_lock< decltype(filesInWorkMutex)> | lock |
decltype(filesInWork) ::iterator | iter |
this class handles the mutex protection of the filesInWork map
Definition at line 39 of file fileInWork.h.
|
inlineprotected |
Definition at line 43 of file fileInWork.h.
|
inlineprotected |
Definition at line 45 of file fileInWork.h.
|
protecteddefault |
|
inline |
Definition at line 50 of file fileInWork.h.
References iter.
|
protected |
Definition at line 42 of file fileInWork.h.
Referenced by empty(), copyRequest::fileInWork::inserter::enRegister(), copyRequest::fileInWork::inserter::getFileInWork(), and copyRequest::fileInWork::inserter::inserter().
|
protected |
Definition at line 41 of file fileInWork.h.