Nets v3.0.0
Secure multi-platform networking library
Loading...
Searching...
No Matches
SocketAddressView Member List

This is the complete list of members for SocketAddressView, including all inherited members.

compare(SocketAddressView a, SocketAddressView b) noexceptSocketAddressViewinlinestatic
copy(SocketAddressView sourceAddress, SocketAddressView destinationAddress) noexceptSocketAddressViewinlinestatic
destroy() noexceptSocketAddressViewinline
destroy(SocketAddressView *socketAddresses, size_t addressCount) noexceptSocketAddressViewinlinestatic
getFamily() const noexceptSocketAddressViewinline
getHost(char *host, size_t length) const noexceptSocketAddressViewinline
getHost(std::string &host) constSocketAddressViewinline
getHostService(char *host, size_t hostLength, char *service, size_t serviceLength) const noexceptSocketAddressViewinline
getHostService(std::string &host, std::string &service) constSocketAddressViewinline
getInstance() const noexceptSocketAddressViewinline
getIP() const noexceptSocketAddressViewinline
getIpSize() const noexceptSocketAddressViewinline
getPort() const noexceptSocketAddressViewinline
getService(char *service, size_t length) const noexceptSocketAddressViewinline
getService(std::string &service) constSocketAddressViewinline
instance (defined in SocketAddressView)SocketAddressViewprotected
isAny() const noexceptSocketAddressViewinline
isLoopback() const noexceptSocketAddressViewinline
isMappedV4() const noexceptSocketAddressViewinline
operator bool() const noexceptSocketAddressViewinlineexplicit
resolve(const char *host, const char *service, SocketFamily family, SocketType type, SocketAddressView *&socketAddresses, size_t &addressCount) noexceptSocketAddressViewinlinestatic
setIP(const uint8_t *ip) noexceptSocketAddressViewinline
setPort(uint16_t port) noexceptSocketAddressViewinline
SocketAddressView(SocketAddress_T *instance) noexceptSocketAddressViewinline