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