skstream
|
basic_address | |
basic_protocol | |
basic_socket | Base class for anything that encapsulates a socket |
basic_socket_poll | |
basic_socket_server | Base class for anything that encapsulates a listen socket |
basic_socket_stream | A base class for iostreams that handles stream sockets |
basic_address::const_iterator | |
dgram_socket_stream | An iostream class that handle IP datagram sockets |
dgram_socketbuf | A stream buffer class that handles datagram sockets |
ip_datagram_address | |
ip_socket_server | Base class for anything that encapsulates an IP listen socket |
socketbuf | A base class for stream buffers that handle sockets |
stream_socket_stream | |
stream_socketbuf | A stream buffer class that handles stream sockets |
tcp_address | |
tcp_socket_server | Encapsulates a TCP/IP stream listen socket |
tcp_socket_stream | An iostream class that handle TCP sockets |
udp_socket_server | Encapsulates a UDP/IP datagram listen socket |
udp_socket_stream | An iostream class that handle UDP sockets |
unix_socket_server | |
unix_socket_stream | An iostream class that handles unix sockets |