svcore
1.9
|
FileReadThread::Request Struct Reference
#include <FileReadThread.h>
Public Attributes | |
int | fd |
QMutex * | mutex |
off_t | start |
size_t | size |
char * | data |
bool | successful |
Detailed Description
Definition at line 39 of file FileReadThread.h.
Member Data Documentation
int FileReadThread::Request::fd |
Definition at line 40 of file FileReadThread.h.
Referenced by FileReadThread::process().
QMutex* FileReadThread::Request::mutex |
Definition at line 41 of file FileReadThread.h.
Referenced by FileReadThread::process().
off_t FileReadThread::Request::start |
Definition at line 42 of file FileReadThread.h.
Referenced by FileReadThread::process().
size_t FileReadThread::Request::size |
Definition at line 43 of file FileReadThread.h.
Referenced by FileReadThread::process().
char* FileReadThread::Request::data |
Definition at line 44 of file FileReadThread.h.
Referenced by FileReadThread::process().
bool FileReadThread::Request::successful |
Definition at line 45 of file FileReadThread.h.
Referenced by FileReadThread::process().
The documentation for this struct was generated from the following file:
Generated by 1.8.11