|
LibSWOC++ 1.5.14
Solid Wall of C++
|
This is the complete list of members for swoc::IPAddr, including all inherited members.
| _addr (defined in swoc::IPAddr) | swoc::IPAddr | protected |
| _family | swoc::IPAddr | protected |
| assign(sockaddr const *addr) | swoc::IPAddr | |
| assign(sockaddr_in const *addr) | swoc::IPAddr | inline |
| assign(sockaddr_in6 const *addr) | swoc::IPAddr | inline |
| assign(in_addr_t addr) | swoc::IPAddr | inline |
| assign(in6_addr const &addr) | swoc::IPAddr | inline |
| cmp(self_type const &that) const | swoc::IPAddr | |
| copy_to(sockaddr *sa) const | swoc::IPAddr | |
| family() const | swoc::IPAddr | inline |
| INVALID (defined in swoc::IPAddr) | swoc::IPAddr | static |
| invalidate() | swoc::IPAddr | inline |
| ip4() const | swoc::IPAddr | inline |
| IP4Addr (defined in swoc::IPAddr) | swoc::IPAddr | protected |
| ip6() const | swoc::IPAddr | inline |
| IP6Addr (defined in swoc::IPAddr) | swoc::IPAddr | protected |
| IPAddr()=default | swoc::IPAddr | |
| IPAddr(self_type const &that)=default | swoc::IPAddr | |
| IPAddr(in_addr_t addr) | swoc::IPAddr | inlineexplicit |
| IPAddr(IP4Addr const &addr) | swoc::IPAddr | inline |
| IPAddr(in6_addr const &addr) | swoc::IPAddr | inlineexplicit |
| IPAddr(IP6Addr const &addr) | swoc::IPAddr | inline |
| IPAddr(sockaddr const *addr) | swoc::IPAddr | inlineexplicit |
| IPAddr(IPEndpoint const &addr) | swoc::IPAddr | explicit |
| IPAddr(string_view const &text) | swoc::IPAddr | inlineexplicit |
| IPRange (defined in swoc::IPAddr) | swoc::IPAddr | friend |
| is_ip4() const | swoc::IPAddr | inline |
| is_ip6() const | swoc::IPAddr | inline |
| is_link_local() const | swoc::IPAddr | inline |
| is_loopback() const | swoc::IPAddr | inline |
| is_multicast() const | swoc::IPAddr | |
| is_private() const | swoc::IPAddr | inline |
| is_same_family(self_type const &that) | swoc::IPAddr | inline |
| is_valid() const | swoc::IPAddr | inline |
| load(string_view const &text) | swoc::IPAddr | |
| operator IP4Addr() const | swoc::IPAddr | inlineexplicit |
| operator IP6Addr() const | swoc::IPAddr | inlineexplicit |
| operator!=(self_type const &that) const (defined in swoc::IPAddr) | swoc::IPAddr | inline |
| operator&=(IPMask const &mask) (defined in swoc::IPAddr) | swoc::IPAddr | |
| operator<(self_type const &that) const (defined in swoc::IPAddr) | swoc::IPAddr | |
| operator<=(self_type const &that) const (defined in swoc::IPAddr) | swoc::IPAddr | inline |
| operator=(self_type const &that)=default | swoc::IPAddr | |
| operator=(IPEndpoint const &ip) | swoc::IPAddr | |
| operator=(in_addr_t ip) | swoc::IPAddr | inline |
| operator=(in6_addr const &addr) | swoc::IPAddr | inline |
| operator=(sockaddr const *addr) | swoc::IPAddr | inline |
| operator==(self_type const &that) const (defined in swoc::IPAddr) | swoc::IPAddr | inline |
| operator>(self_type const &that) const (defined in swoc::IPAddr) | swoc::IPAddr | inline |
| operator>=(self_type const &that) const (defined in swoc::IPAddr) | swoc::IPAddr | inline |
| operator|=(IPMask const &mask) (defined in swoc::IPAddr) | swoc::IPAddr |