Remote Call Framework 3.4
RCF::IpAddress Class Reference

Represents an IP address (IPv4 or IPv6). More...

#include <IpAddress.hpp>

Inheritance diagram for RCF::IpAddress:
RCF::RemoteAddress RCF::IpAddressV4 RCF::IpAddressV6

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...
 

Detailed Description

Represents an IP address (IPv4 or IPv6).

Constructor & Destructor Documentation

◆ IpAddress() [1/2]

RCF::IpAddress::IpAddress ( const std::string &  ip)
explicit

Construct an IP address from a host name.

◆ IpAddress() [2/2]

RCF::IpAddress::IpAddress ( const std::string &  ip,
int  port 
)
explicit

Construct an IP address from a host name and port.


The documentation for this class was generated from the following file: