Searched defs:basic_socket (Results 1 - 4 of 4) sorted by relevance

/external/parameter-framework/asio/include/asio/
H A Dbasic_socket.hpp2 // basic_socket.hpp
30 * The basic_socket class template provides functionality that is common to both
38 class basic_socket class in namespace:asio
56 /// A basic_socket is always the lowest layer.
57 typedef basic_socket<Protocol, SocketService> lowest_layer_type;
59 /// Construct a basic_socket without opening it.
66 explicit basic_socket(asio::io_service& io_service) function in class:asio::basic_socket
71 /// Construct and open a basic_socket.
82 basic_socket(asio::io_service& io_service, function in class:asio::basic_socket
91 /// Construct a basic_socket, openin
106 basic_socket(asio::io_service& io_service, function in class:asio::basic_socket
131 basic_socket(asio::io_service& io_service, function in class:asio::basic_socket
151 basic_socket(basic_socket&& other) function in class:asio::basic_socket
189 basic_socket(basic_socket<Protocol1, SocketService1>&& other, function in class:asio::basic_socket
209 operator =( basic_socket<Protocol1, SocketService1>&& other) argument
[all...]
H A Dbasic_socket_acceptor.hpp17 #include "asio/basic_socket.hpp"
224 * constructed using the @c basic_socket(io_service&) constructor.
245 * constructed using the @c basic_socket(io_service&) constructor.
920 void accept(basic_socket<Protocol1, SocketService>& peer,
954 basic_socket<Protocol1, SocketService>& peer,
1003 async_accept(basic_socket<Protocol1, SocketService>& peer,
1040 void accept(basic_socket<protocol_type, SocketService>& peer,
1079 basic_socket<protocol_type, SocketService>& peer,
1115 async_accept(basic_socket<protocol_type, SocketService>& peer,
953 accept( basic_socket<Protocol1, SocketService>& peer, asio::error_code& ec, typename enable_if<is_convertible<Protocol, Protocol1>::value>::type* = 0) argument
1078 accept( basic_socket<protocol_type, SocketService>& peer, endpoint_type& peer_endpoint, asio::error_code& ec) argument
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_socket.hpp2 // basic_socket.hpp
30 * The basic_socket class template provides functionality that is common to both
38 class basic_socket class in namespace:asio
56 /// A basic_socket is always the lowest layer.
57 typedef basic_socket<Protocol, SocketService> lowest_layer_type;
59 /// Construct a basic_socket without opening it.
66 explicit basic_socket(asio::io_service& io_service) function in class:asio::basic_socket
71 /// Construct and open a basic_socket.
82 basic_socket(asio::io_service& io_service, function in class:asio::basic_socket
91 /// Construct a basic_socket, openin
106 basic_socket(asio::io_service& io_service, function in class:asio::basic_socket
131 basic_socket(asio::io_service& io_service, function in class:asio::basic_socket
151 basic_socket(basic_socket&& other) function in class:asio::basic_socket
189 basic_socket(basic_socket<Protocol1, SocketService1>&& other, function in class:asio::basic_socket
209 operator =( basic_socket<Protocol1, SocketService1>&& other) argument
[all...]
H A Dbasic_socket_acceptor.hpp17 #include "asio/basic_socket.hpp"
224 * constructed using the @c basic_socket(io_service&) constructor.
245 * constructed using the @c basic_socket(io_service&) constructor.
920 void accept(basic_socket<Protocol1, SocketService>& peer,
954 basic_socket<Protocol1, SocketService>& peer,
1003 async_accept(basic_socket<Protocol1, SocketService>& peer,
1040 void accept(basic_socket<protocol_type, SocketService>& peer,
1079 basic_socket<protocol_type, SocketService>& peer,
1115 async_accept(basic_socket<protocol_type, SocketService>& peer,
953 accept( basic_socket<Protocol1, SocketService>& peer, asio::error_code& ec, typename enable_if<is_convertible<Protocol, Protocol1>::value>::type* = 0) argument
1078 accept( basic_socket<protocol_type, SocketService>& peer, endpoint_type& peer_endpoint, asio::error_code& ec) argument

Completed in 122 milliseconds