Struct CAddrInfo#

Struct Documentation#

struct CAddrInfo#

The CAddrInfo structure is used by the getaddrinfo function to hold host address information.

Public Functions

CAddrInfo() = default#

Constructor.

CAddrInfo(const CAddrInfo&) = delete#

Constructor.

CAddrInfo &operator=(const CAddrInfo&) = delete#

Copy constructor.

CAddrInfo(CAddrInfo &&other) = delete#

Move constructor.

Parameters:

other[in] Reference to the structure to move.

CAddrInfo &operator=(CAddrInfo &&other) = delete#

Move operator.

Parameters:

other[in] Reference to the structure to move.

Returns:

Returns reference to CAddrInfo structure

inline ~CAddrInfo()#

Public Members

addrinfo *AddressInfo = {nullptr}#

The CAddrInfo structure holding host address information.