Base functionality for a INET domain Socket this call should be the starting point for all other unix domain sockets.
More...
Base functionality for a INET domain Socket this call should be the starting point for all other unix domain sockets.
SocketIP | ------------------------------------------------------------------- | | | | SocketTCP SocketTCP_Listen SocketUDP_Incoming SocketUDP_OutBound
socket_fdset
Definition at line 34 of file socket_ip.h.
| static void Socket_IP::init_type |
( |
| ) |
[inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from TypedObject.
Reimplemented in Buffered_DatagramConnection, Socket_TCP, Socket_TCP_Listen, Socket_UDP, Socket_UDP_Incoming, Socket_UDP_Outgoing, HttpConnection, and Http_Request.
Definition at line 74 of file socket_ip.h.
References TypedObject::init_type().
Referenced by Socket_UDP_Outgoing::init_type(), Socket_UDP_Incoming::init_type(), Socket_TCP_Listen::init_type(), Socket_TCP::init_type(), and Buffered_DatagramConnection::init_type().