omni::net::socket::socket
NAME

omni::net::socket::socket

A member ctor of omni::net::socket

#include <omni/net/socket.hpp>
omni::net::socket::socket(omni::net::socket_type type, omni::net::protocol_type protocol)


OVERLOADS

omni::net::socket::socket(omni::net::address_family family, omni::net::socket_type type, omni::net::protocol_type protocol)
omni::net::socket::socket(omni::net::address_family family, omni::net::socket_type type, omni::net::protocol_type protocol, omni::net::socket_create_options create_ops)
omni::net::socket_error omni::net::socket::socket(omni::net::socket_option_level op_level, int32_t op_name, int32_t& op_val)
omni::net::socket_error omni::net::socket::socket(omni::net::socket_option_level op_level, omni::net::socket_option op_name, int32_t& op_val)
omni::net::socket_error omni::net::socket::socket(omni::net::socket_option_level op_level, omni::net::tcp_option op_name, int32_t& op_val)
omni::net::socket_error omni::net::socket::socket(omni::net::socket_option_level op_level, int32_t op_name, int32_t op_val)
omni::net::socket_error omni::net::socket::socket(omni::net::socket_option_level op_level, omni::net::socket_option op_name, int32_t op_val)
omni::net::socket_error omni::net::socket::socket(omni::net::socket_option_level op_level, omni::net::tcp_option op_name, int32_t op_val)
omni::net::socket& omni::net::socket::socket(omni::net::socket_type type)
omni::net::socket_type omni::net::socket::socket()
omni::net::socket::socket()
omni::net::socket::socket(const omni::net::socket& cp)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top