Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cNetAddress Member List

This is the complete list of members for GrayLib::cNetAddress, including all inherited members.

cNetAddress() noexceptGrayLib::cNetAddressinline
cNetAddress(sa_family_t nFamily, NET_PORT_t wPort=k_NET_PORT_INVALID) noexceptGrayLib::cNetAddressinline
cNetAddress(in_addr ip, NET_PORT_t wPort=k_NET_PORT_INVALID) noexceptGrayLib::cNetAddressinline
cNetAddress(const char *pszAddr, bool bWait=false)GrayLib::cNetAddressinline
cNetAddress(const char *pszAddr, NET_PORT_t wPortDefault, bool bWait=false)GrayLib::cNetAddressinline
CompareAddr(const cNetAddress &SocketAddr) constGrayLib::cNetAddressinline
CompareHost(const cNetAddress &SocketAddr) constGrayLib::cNetAddress
FindPortExtPtr(const char *pszAddr)GrayLib::cNetAddressstatic
get_Addr() const noexceptGrayLib::cNetAddressinline
get_AddrLen() const noexceptGrayLib::cNetAddressinline
get_AddrStr() constGrayLib::cNetAddress
get_Family() const noexceptGrayLib::cNetAddressinline
get_HashCode() const noexceptGrayLib::cNetAddressinline
get_HashCodeHost() const noexceptGrayLib::cNetAddress
get_HostIp4() constGrayLib::cNetAddress
get_HostIp6() constGrayLib::cNetAddress
get_HostLen() constGrayLib::cNetAddressinline
get_HostPtr() constGrayLib::cNetAddressinline
get_HostStr() constGrayLib::cNetAddress
get_PortNumber() const noexceptGrayLib::cNetAddressinline
get_PortServiceName() constGrayLib::cNetAddress
isAddrValid() constGrayLib::cNetAddress
isHostLoopback() constGrayLib::cNetAddress
isHostPrivate() constGrayLib::cNetAddress
isPortValid() constGrayLib::cNetAddressinline
m_SockAddrGrayLib::cNetAddress
m_SockAddr4GrayLib::cNetAddress
m_SockAddr6GrayLib::cNetAddress
operator!=(const cNetAddress &SocketAddr) constGrayLib::cNetAddressinline
operator==(const cNetAddress &SocketAddr) constGrayLib::cNetAddressinline
put_Addr(const cNetAddress &rAddr)GrayLib::cNetAddressinline
put_AddrStr(const char *pszAddr, bool bWait=false)GrayLib::cNetAddress
put_HostIp4(in_addr nIP)GrayLib::cNetAddressinline
put_HostIp6(const in6_addr &addr)GrayLib::cNetAddressinline
put_HostLoopback(sa_family_t nFamily=AF_UNSPEC)GrayLib::cNetAddress
put_PortNumber(NET_PORT_t wPort)GrayLib::cNetAddressinline
put_PortServiceName(const char *pszPortServiceName)GrayLib::cNetAddress
ref_Addr() const noexceptGrayLib::cNetAddressinline
ref_Addr() noexceptGrayLib::cNetAddressinline
ref_AddrLen() noexceptGrayLib::cNetAddressinline
ref_HostIp4() constGrayLib::cNetAddressinlineprotected
ref_HostIp4()GrayLib::cNetAddressinlineprotected
ref_HostIp6() constGrayLib::cNetAddressinlineprotected
ref_HostIp6()GrayLib::cNetAddressinlineprotected
ref_HostPtr() constGrayLib::cNetAddressinline
ResetAddr() noexceptGrayLib::cNetAddressinline
ResetHost()GrayLib::cNetAddressinline
SerializeInput(cStreamInput &file)GrayLib::cNetAddress
SerializeOutput(cStreamOutput &rout)GrayLib::cNetAddress
SetAddrData(const sockaddr *pSockAddr, socklen_t nSockAddrLen)GrayLib::cNetAddress
SetHostData(sa_family_t nFamily, const void *pHostData, size_t nDataSize=sizeof(in_addr))GrayLib::cNetAddress
SetHostStr(const char *pszHost, bool bWait=false)GrayLib::cNetAddress
SetHostStrFix(const char *pszAddr, bool bWait=false)GrayLib::cNetAddress
UNITTEST_FRIEND(cNetAddress)GrayLib::cNetAddress