HomeSort by relevance Sort by last modified time
    Searched refs:base_implementation_type (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
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...]
reactive_socket_service.hpp 58 reactive_socket_service_base::base_implementation_type

Completed in 173 milliseconds