Struct CAddrInfo#
Defined in File channel_mgnt.h
Struct Documentation#
-
struct CAddrInfo#
The CAddrInfo structure is used by the getaddrinfo function to hold host address information.
Public Functions
-
CAddrInfo() = default#
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()#
-
CAddrInfo() = default#