$search
#include <socket_select_interrupter.hpp>
Public Member Functions | |
| void | interrupt () |
| socket_type | read_descriptor () const |
| bool | reset () |
| socket_select_interrupter () | |
| ~socket_select_interrupter () | |
Private Attributes | |
| socket_type | read_descriptor_ |
| socket_type | write_descriptor_ |
Definition at line 34 of file socket_select_interrupter.hpp.
| asio::detail::socket_select_interrupter::socket_select_interrupter | ( | ) | [inline] |
Definition at line 38 of file socket_select_interrupter.hpp.
| asio::detail::socket_select_interrupter::~socket_select_interrupter | ( | ) | [inline] |
Definition at line 130 of file socket_select_interrupter.hpp.
| void asio::detail::socket_select_interrupter::interrupt | ( | ) | [inline] |
Definition at line 140 of file socket_select_interrupter.hpp.
| socket_type asio::detail::socket_select_interrupter::read_descriptor | ( | ) | const [inline] |
Definition at line 164 of file socket_select_interrupter.hpp.
| bool asio::detail::socket_select_interrupter::reset | ( | ) | [inline] |
Definition at line 150 of file socket_select_interrupter.hpp.
Definition at line 174 of file socket_select_interrupter.hpp.
Definition at line 179 of file socket_select_interrupter.hpp.