#include "thread_executor.h"#include "io_handler.h"Go to the source code of this file.
Data Structures | |
| class | IOHandlerChainer |
| gets two IOHandler, starts a thread which reads from one IOHandler and writes the data to the other IOHandler More... | |
Defines | |
| #define | IOHC_NORMAL_SHUTDOWN 1 |
| #define | IOHC_FORCED_SHUTDOWN 2 |
| #define | IOHC_READ_ERROR 3 |
| #define | IOHC_WRITE_ERROR 4 |
| #define | IOHC_EXCEPTION 5 |
Definition in file io_handler_chainer.h.
| #define IOHC_EXCEPTION 5 |
Definition at line 39 of file io_handler_chainer.h.
Referenced by IOHandlerChainer::threadProc().
| #define IOHC_FORCED_SHUTDOWN 2 |
Definition at line 36 of file io_handler_chainer.h.
Referenced by IOHandlerChainer::threadProc().
| #define IOHC_NORMAL_SHUTDOWN 1 |
Definition at line 35 of file io_handler_chainer.h.
Referenced by IOHandlerChainer::threadProc().
| #define IOHC_READ_ERROR 3 |
Definition at line 37 of file io_handler_chainer.h.
Referenced by IOHandlerChainer::threadProc().
| #define IOHC_WRITE_ERROR 4 |
Definition at line 38 of file io_handler_chainer.h.
Referenced by IOHandlerChainer::threadProc().
1.6.1