◆ OutputReaderThread() [1/2]
OutputReaderThread::OutputReaderThread |
( |
int |
fd, |
|
|
std::mutex * |
mutex, |
|
|
std::deque< char > * |
out |
|
) |
| |
|
inline |
◆ ~OutputReaderThread() [1/2]
OutputReaderThread::~OutputReaderThread |
( |
| ) |
|
|
inline |
◆ OutputReaderThread() [2/2]
OutputReaderThread::OutputReaderThread |
( |
HANDLE |
hRead, |
|
|
std::mutex * |
mutex, |
|
|
std::deque< char > * |
buffer |
|
) |
| |
|
inline |
◆ ~OutputReaderThread() [2/2]
OutputReaderThread::~OutputReaderThread |
( |
| ) |
|
|
inline |
◆ run() [1/2]
void OutputReaderThread::run |
( |
| ) |
|
|
inlineprotected |
◆ run() [2/2]
void OutputReaderThread::run |
( |
| ) |
|
|
inlineprotected |
◆ start() [1/2]
void OutputReaderThread::start |
( |
| ) |
|
|
inline |
◆ start() [2/2]
void OutputReaderThread::start |
( |
| ) |
|
|
inline |
◆ stop() [1/2]
void OutputReaderThread::stop |
( |
| ) |
|
|
inline |
◆ stop() [2/2]
void OutputReaderThread::stop |
( |
| ) |
|
|
inline |
◆ wait() [1/2]
void OutputReaderThread::wait |
( |
| ) |
|
|
inline |
◆ wait() [2/2]
void OutputReaderThread::wait |
( |
| ) |
|
|
inline |
◆ buffer
std::deque<char>* OutputReaderThread::buffer |
|
private |
◆ buffer_
std::deque<char>* OutputReaderThread::buffer_ |
|
private |
◆ fd
int OutputReaderThread::fd |
|
private |
◆ hRead
HANDLE OutputReaderThread::hRead |
|
private |
◆ mutex
std::mutex* OutputReaderThread::mutex |
|
private |
◆ mutex_
std::mutex* OutputReaderThread::mutex_ |
|
private |
◆ thread
std::thread OutputReaderThread::thread |
|
private |
◆ thread_
std::thread OutputReaderThread::thread_ |
|
private |
The documentation for this class was generated from the following files: