LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
swoc::IPAddr::raw_addr_type Union Reference

Address data. More...

#include <IPAddr.h>

Collaboration diagram for swoc::IPAddr::raw_addr_type:
Collaboration graph

Public Member Functions

 raw_addr_type (in_addr_t addr)
 
 raw_addr_type (in6_addr const &addr)
 
 raw_addr_type (IP4Addr const &addr)
 
 raw_addr_type (IP6Addr const &addr)
 

Public Attributes

IP4Addr _ip4
 IPv4 address (host)
 
IP6Addr _ip6
 IPv6 address (host)
 

Detailed Description

Address data.

Definition at line 644 of file IPAddr.h.

Constructor & Destructor Documentation

◆ raw_addr_type() [1/5]

swoc::IPAddr::raw_addr_type::raw_addr_type ( )
inlineconstexpr

Definition at line 1230 of file IPAddr.h.

◆ raw_addr_type() [2/5]

swoc::IPAddr::raw_addr_type::raw_addr_type ( in_addr_t addr)
inline

Definition at line 650 of file IPAddr.h.

◆ raw_addr_type() [3/5]

swoc::IPAddr::raw_addr_type::raw_addr_type ( in6_addr const & addr)
inline

Definition at line 652 of file IPAddr.h.

◆ raw_addr_type() [4/5]

swoc::IPAddr::raw_addr_type::raw_addr_type ( IP4Addr const & addr)
inline

Definition at line 654 of file IPAddr.h.

◆ raw_addr_type() [5/5]

swoc::IPAddr::raw_addr_type::raw_addr_type ( IP6Addr const & addr)
inline

Definition at line 656 of file IPAddr.h.

Member Data Documentation

◆ _ip4

IP4Addr swoc::IPAddr::raw_addr_type::_ip4

IPv4 address (host)

Definition at line 645 of file IPAddr.h.

◆ _ip6

IP6Addr swoc::IPAddr::raw_addr_type::_ip6

IPv6 address (host)

Definition at line 646 of file IPAddr.h.


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