Home | All Classes | Grouped Classes | Index | Search
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: