__base typedef | net::basic_socket_impl< Protocol > | |
accept(io_context &io_ctx, struct sockaddr *endpoint_data, socklen_t *endpoint_size, int flags=0) | net::basic_socket_impl< Protocol > | inline |
accept(io_context &io_ctx, int flags=0) | net::basic_socket_impl< Protocol > | inline |
accept(io_context &io_ctx, endpoint_type &endpoint, int flags=0) | net::basic_socket_impl< Protocol > | inline |
assign(const protocol_type &protocol, const native_handle_type &native_handle) | net::basic_socket_impl< Protocol > | inline |
at_mark() const | net::basic_socket_impl< Protocol > | inline |
available() const | net::basic_socket_impl< Protocol > | inline |
basic_socket_impl(io_context &ctx) noexcept | net::basic_socket_impl< Protocol > | inlineexplicit |
basic_socket_impl(const basic_socket_impl &)=delete | net::basic_socket_impl< Protocol > | |
basic_socket_impl(basic_socket_impl &&rhs)=default | net::basic_socket_impl< Protocol > | |
basic_socket_impl_base(io_context &ctx) | net::basic_socket_impl_base | inlineexplicit |
basic_socket_impl_base(const basic_socket_impl_base &rhs)=delete | net::basic_socket_impl_base | |
basic_socket_impl_base(basic_socket_impl_base &&rhs) noexcept | net::basic_socket_impl_base | inline |
bind(const endpoint_type &endpoint) | net::basic_socket_impl< Protocol > | inline |
cancel() | net::basic_socket_impl_base | inline |
close() | net::basic_socket_impl_base | inline |
endpoint_type typedef | net::basic_socket_impl< Protocol > | |
error_type typedef | net::basic_socket_impl< Protocol > | |
executor_type typedef | net::basic_socket_impl< Protocol > | |
get_executor() noexcept | net::basic_socket_impl_base | inline |
get_option(GettableSocketOption &option) const | net::basic_socket_impl< Protocol > | inline |
io_control(IoControlCommand &cmd) const | net::basic_socket_impl< Protocol > | inline |
io_control_at_mark typedef | net::basic_socket_impl< Protocol > | |
io_control_bytes_avail_recv typedef | net::basic_socket_impl< Protocol > | |
io_control_bytes_avail_send typedef | net::basic_socket_impl< Protocol > | |
io_ctx_ | net::basic_socket_impl_base | protected |
is_open() const noexcept | net::basic_socket_impl_base | inline |
listen(int backlog=socket_base::max_listen_connections) | net::basic_socket_impl< Protocol > | inline |
local_endpoint() const | net::basic_socket_impl< Protocol > | inline |
native_handle() const noexcept | net::basic_socket_impl_base | inline |
native_handle_ | net::basic_socket_impl_base | protected |
native_handle_type typedef | net::basic_socket_impl_base | |
native_non_blocking() const | net::basic_socket_impl_base | inline |
native_non_blocking(bool mode) | net::basic_socket_impl_base | inline |
native_non_blocking_ | net::basic_socket_impl_base | mutableprotected |
non_blocking() const | net::basic_socket_impl_base | inline |
non_blocking(bool mode) | net::basic_socket_impl_base | inline |
non_blocking_ | net::basic_socket_impl_base | protected |
open(const protocol_type &protocol=protocol_type(), int flags=0) | net::basic_socket_impl< Protocol > | inline |
operator=(const basic_socket_impl &)=delete | net::basic_socket_impl< Protocol > | |
operator=(basic_socket_impl &&rhs) noexcept | net::basic_socket_impl< Protocol > | inline |
net::basic_socket_impl_base::operator=(const basic_socket_impl_base &rhs)=delete | net::basic_socket_impl_base | |
net::basic_socket_impl_base::operator=(basic_socket_impl_base &&rhs) noexcept | net::basic_socket_impl_base | inline |
protocol_ | net::basic_socket_impl< Protocol > | private |
protocol_type typedef | net::basic_socket_impl< Protocol > | |
release() | net::basic_socket_impl_base | inline |
remote_endpoint() const | net::basic_socket_impl< Protocol > | inline |
set_option(const SettableSocketOption &option) | net::basic_socket_impl< Protocol > | inline |
shutdown(socket_base::shutdown_type st) const | net::basic_socket_impl< Protocol > | inline |
socket_type typedef | net::basic_socket_impl< Protocol > | |
wait(socket_base::wait_type wt) | net::basic_socket_impl< Protocol > | inline |
~basic_socket_impl() | net::basic_socket_impl< Protocol > | inline |
~basic_socket_impl_base()=default | net::basic_socket_impl_base | |