dodo  0.0.1
A C++ library to create containerized Linux services
dodo::network::AddrInfo Struct Reference

Address info, comprising the canonical name of a host, and list of address info items for the host. More...

#include <address.hpp>

Collaboration diagram for dodo::network::AddrInfo:

Public Member Functions

 AddrInfo ()
 Initialize. More...
 

Data Fields

std::string canonicalname
 The canonical name for a host. More...
 
std::list< AddrInfoItemitems
 AddrInfoItem list for the host. More...
 

Detailed Description

Address info, comprising the canonical name of a host, and list of address info items for the host.

See also
AddrInfoItem
Address::getHostAddrInfo()

Definition at line 337 of file address.hpp.

Constructor & Destructor Documentation

◆ AddrInfo()

dodo::network::AddrInfo::AddrInfo ( )
inline

Initialize.

Definition at line 342 of file address.hpp.

References canonicalname, and items.

Field Documentation

◆ canonicalname

std::string dodo::network::AddrInfo::canonicalname

The canonical name for a host.

Definition at line 345 of file address.hpp.

Referenced by AddrInfo(), and dodo::network::Address::getHostAddrInfo().

◆ items

std::list<AddrInfoItem> dodo::network::AddrInfo::items

AddrInfoItem list for the host.

Definition at line 355 of file address.hpp.

Referenced by AddrInfo(), and dodo::network::Address::getHostAddrInfo().


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