Home | All Classes | Grouped Classes | Index | Search

CL_IPAddress::CL_IPAddress

Constructs an IP address using INADDR_ANY and port 0. Constructs an IP address using INADDR_ANY and the specified port. Construct an IP address using the hostname and the port. Copy constructor.

	CL_IPAddress();

	CL_IPAddress(
		const std::string& port);

	CL_IPAddress(
		const std::string& hostname, const std::string& port);

	CL_IPAddress(
		const CL_IPAddress& copy);

See also:

CL_IPAddress



Questions or comments, write to the ClanLib mailing list.