|
LibSWOC++ 1.5.14
Solid Wall of C++
|
This is the complete list of members for swoc::IPRange, including all inherited members.
| _family | swoc::IPRange | protected |
| _ip4 | swoc::IPRange | |
| _ip6 | swoc::IPRange | |
| _nil | swoc::IPRange | |
| assign(IP4Addr const &min, IP4Addr const &max) | swoc::IPRange | inline |
| assign(IP6Addr const &min, IP6Addr const &max) | swoc::IPRange | inline |
| clear() | swoc::IPRange | inline |
| contains(IPAddr const &addr) const | swoc::IPRange | inline |
| contains(IP6Addr const &addr) const | swoc::IPRange | inline |
| contains(IP4Addr const &addr) const | swoc::IPRange | inline |
| empty() const | swoc::IPRange | |
| family() const | swoc::IPRange | inline |
| ip4() const | swoc::IPRange | inline |
| ip6() const | swoc::IPRange | inline |
| IPRange()=default | swoc::IPRange | |
| IPRange(IPAddr const &min, IPAddr const &max) | swoc::IPRange | |
| IPRange(IP4Addr const &min, IP4Addr const &max) | swoc::IPRange | inline |
| IPRange(IP6Addr const &min, IP6Addr const &max) | swoc::IPRange | inline |
| IPRange(IPAddr const &addr) | swoc::IPRange | inline |
| IPRange(IP4Addr addr) | swoc::IPRange | inline |
| IPRange(IP6Addr const &addr) | swoc::IPRange | inline |
| IPRange(IP4Range const &range) | swoc::IPRange | inline |
| IPRange(IP6Range const &range) | swoc::IPRange | inline |
| IPRange(IPRangeView const &view) | swoc::IPRange | inline |
| IPRange(string_view const &text) | swoc::IPRange | inline |
| is(sa_family_t family) const | swoc::IPRange | inline |
| is_ip4() const | swoc::IPRange | inline |
| is_ip6() const | swoc::IPRange | inline |
| load(std::string_view const &text) | swoc::IPRange | |
| max() const | swoc::IPRange | |
| min() const | swoc::IPRange | |
| monostate | swoc::IPRange | protected |
| network_mask() const | swoc::IPRange | |
| networks() const | swoc::IPRange | inline |
| operator!=(self_type const &that) const | swoc::IPRange | inline |
| operator=(IPRangeView const &rv) | swoc::IPRange | inline |
| operator==(self_type const &that) const | swoc::IPRange |