Represents an IP address (IPv4 or IPv6). More...
#include <IpAddress.hpp>
Public Member Functions | |
IpAddress (const std::string &ip) | |
Construct an IP address from a host name. More... | |
IpAddress (const std::string &ip, int port) | |
Construct an IP address from a host name and port. More... | |
Represents an IP address (IPv4 or IPv6).
|
explicit |
Construct an IP address from a host name.
|
explicit |
Construct an IP address from a host name and port.