|
libmoost
|
#include <async_stream_forwarder_posix.hpp>
Public Member Functions | |
| forwarding_loop () | |
| void | stop () const |
| void | run (int from, int to) const |
| void | stop () const |
| void | run (HANDLE from, HANDLE to) const |
Private Attributes | |
| int | m_signal_in |
Definition at line 36 of file async_stream_forwarder_posix.hpp.
| moost::io::detail::forwarding_loop::forwarding_loop | ( | ) | [inline] |
Definition at line 39 of file async_stream_forwarder_posix.hpp.
| void moost::io::detail::forwarding_loop::run | ( | HANDLE | from, |
| HANDLE | to | ||
| ) | const [inline] |
Definition at line 43 of file async_stream_forwarder_win32.hpp.
| void moost::io::detail::forwarding_loop::run | ( | int | from, |
| int | to | ||
| ) | const [inline] |
Definition at line 56 of file async_stream_forwarder_posix.hpp.


| void moost::io::detail::forwarding_loop::stop | ( | ) | const [inline] |
Definition at line 38 of file async_stream_forwarder_win32.hpp.
| void moost::io::detail::forwarding_loop::stop | ( | ) | const [inline] |
Definition at line 44 of file async_stream_forwarder_posix.hpp.

int moost::io::detail::forwarding_loop::m_signal_in [mutable, private] |
Definition at line 96 of file async_stream_forwarder_posix.hpp.