
Public Member Functions | |
| cThread_LoadFileImpl (int *pResultCode, const std::string &sFilePath, cFIFO *pAnswerBuffer, const int iStart, const int iLength) | |
| void | operator() () |
Public Attributes | |
| std::string | msFilePath |
| cFIFO * | mpAnswerBuffer |
| int | miStart |
| int | miLength |
| int * | mpResultCode |
Definition at line 137 of file lugre_thread.cpp.
| Lugre::cThread_LoadFileImpl::cThread_LoadFileImpl | ( | int * | pResultCode, | |
| const std::string & | sFilePath, | |||
| cFIFO * | pAnswerBuffer, | |||
| const int | iStart, | |||
| const int | iLength | |||
| ) | [inline] |
Definition at line 144 of file lugre_thread.cpp.
| void Lugre::cThread_LoadFileImpl::operator() | ( | ) | [inline] |
| std::string Lugre::cThread_LoadFileImpl::msFilePath |
Definition at line 138 of file lugre_thread.cpp.
Definition at line 139 of file lugre_thread.cpp.
Definition at line 140 of file lugre_thread.cpp.
Definition at line 141 of file lugre_thread.cpp.
Definition at line 142 of file lugre_thread.cpp.
1.5.6