ewmscp
..
|
class for thread-specific data More...
#include <copyRequest.h>
Public Member Functions | |
perThreadData () | |
Public Attributes | |
inputHandler::base * | InputHandler |
outputHandler::base * | OutputHandler |
blockQueue | freeBlocks |
class for thread-specific data
Definition at line 67 of file copyRequest.h.
copyRequest::perThreadData::perThreadData | ( | ) |
Definition at line 173 of file copyRequest.cpp.
References throwcall::badval(), InputHandler, inputHandlerName, outputHandler::base::newHandler(), inputHandler::base::newHandler(), OutputHandler, and outputHandlerName.
blockQueue copyRequest::perThreadData::freeBlocks |
Definition at line 71 of file copyRequest.h.
inputHandler::base* copyRequest::perThreadData::InputHandler |
Definition at line 69 of file copyRequest.h.
Referenced by perThreadData().
outputHandler::base* copyRequest::perThreadData::OutputHandler |
Definition at line 70 of file copyRequest.h.
Referenced by perThreadData().