ewmscp
..
|
#include <copyRequest.h>
Public Member Functions | |
void | add (std::exception_ptr e) |
bool | empty () const |
size_t | size () const |
std::exception_ptr | front () |
Private Attributes | |
std::mutex | listMutex |
std::forward_list< std::exception_ptr > | list |
Definition at line 79 of file copyRequest.h.
void copyRequest::exceptionList::add | ( | std::exception_ptr | e | ) |
Definition at line 185 of file copyRequest.cpp.
Referenced by copyRequest::base::hash_worker(), copyRequest::base::hasher(), copyRequest::base::reader(), copyRequest::base::readWorker(), copyRequest::base::writer(), and copyRequest::base::writeWorker().
bool copyRequest::exceptionList::empty | ( | ) | const |
Definition at line 189 of file copyRequest.cpp.
Referenced by copyRequest::base::doThreadedCopy().
std::exception_ptr copyRequest::exceptionList::front | ( | ) |
Definition at line 197 of file copyRequest.cpp.
Referenced by copyRequest::base::doThreadedCopy().
size_t copyRequest::exceptionList::size | ( | ) | const |
Definition at line 193 of file copyRequest.cpp.
Referenced by copyRequest::base::doThreadedCopy().
|
private |
Definition at line 81 of file copyRequest.h.
|
mutableprivate |
Definition at line 80 of file copyRequest.h.