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

Address info item as used in AddrInfo. More...

#include <address.hpp>

Collaboration diagram for dodo::network::AddrInfoItem:

Public Member Functions

std::string asString ()
 String representation. More...
 

Data Fields

Address address
 The Address of this item. More...
 
SocketParams params
 The SocketParams for this item. More...
 

Detailed Description

Address info item as used in AddrInfo.

See also
AddrInfo
Address::getHostAddrInfogetHostAddrInfo( const std::string &hostname, AddrInfo& info )
Address::getHostAddrInfo( const std::string &hostname, const SocketParams &params, Address &address, string &canonicalname )

Definition at line 309 of file address.hpp.

Member Function Documentation

◆ asString()

std::string dodo::network::AddrInfoItem::asString ( )
inline

String representation.

Returns
The string.

Definition at line 325 of file address.hpp.

References address, dodo::network::Address::asString(), dodo::network::SocketParams::asString(), and params.

Here is the call graph for this function:

Field Documentation

◆ address

Address dodo::network::AddrInfoItem::address

The Address of this item.

Definition at line 314 of file address.hpp.

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

◆ params

SocketParams dodo::network::AddrInfoItem::params

The SocketParams for this item.

Definition at line 319 of file address.hpp.

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


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