reactive_socket_service_base.hpp | 46 struct base_implementation_type struct in class:asio::detail::reactive_socket_service_base 66 ASIO_DECL void construct(base_implementation_type& impl); 69 ASIO_DECL void base_move_construct(base_implementation_type& impl, 70 base_implementation_type& other_impl); 73 ASIO_DECL void base_move_assign(base_implementation_type& impl, 75 base_implementation_type& other_impl); 78 ASIO_DECL void destroy(base_implementation_type& impl); 81 bool is_open(const base_implementation_type& impl) const 88 base_implementation_type& impl, asio::error_code& ec); 91 native_handle_type native_handle(base_implementation_type& impl [all...] |