|
dodo
0.0.1
A C++ library to create containerized Linux services
|
Address info, comprising the canonical name of a host, and list of address info items for the host. More...
#include <address.hpp>

Public Member Functions | |
| AddrInfo () | |
| Initialize. More... | |
Data Fields | |
| std::string | canonicalname |
| The canonical name for a host. More... | |
| std::list< AddrInfoItem > | items |
| AddrInfoItem list for the host. More... | |
Address info, comprising the canonical name of a host, and list of address info items for the host.
Definition at line 337 of file address.hpp.
|
inline |
| 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().
| 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().