Home | All Classes | Grouped Classes | Index | Search

CL_Socket::CL_Socket

Constructs a null socket. Constructs an attached socket. Constructs a new socket using the specified protocol type. Copy constructor.

	CL_Socket();

	CL_Socket(
		int socket);

	CL_Socket(
		Type type, Protocol proto = ipv4);

	CL_Socket(
		const CL_Socket& copy);

	CL_Socket(
		class CL_Socket_Generic* impl);

See also:

CL_Socket



Questions or comments, write to the ClanLib mailing list.