|
ipaddress 1.2.0
|
This is the complete list of members for ip_network, including all inherited members.
| address_exclude(const ip_network &other) const | ip_network | inline |
| address_exclude(const ip_network &other, error_code &code) const noexcept | ip_network | inline |
| addresses_count() const noexcept | ip_network | inline |
| broadcast_address() const noexcept | ip_network | inline |
| contains(const ip_address &address) const noexcept | ip_network | inline |
| from_address(const ip_address &address, size_t prefixlen, bool strict=true) | ip_network | inlinestatic |
| from_address(const ip_address &address, error_code &code, size_t prefixlen, bool strict=true) noexcept | ip_network | inlinestatic |
| hash() const noexcept | ip_network | inline |
| hostmask() const noexcept | ip_network | inline |
| hosts() const noexcept | ip_network | inline |
| ip_address_type typedef | ip_network | |
| ip_network() noexcept | ip_network | inline |
| ip_network(const ipv4_network &net4) noexcept | ip_network | inline |
| ip_network(const ipv6_network &net6) noexcept | ip_network | inline |
| is_global() const noexcept | ip_network | inline |
| is_link_local() const noexcept | ip_network | inline |
| is_loopback() const noexcept | ip_network | inline |
| is_multicast() const noexcept | ip_network | inline |
| is_private() const noexcept | ip_network | inline |
| is_reserved() const noexcept | ip_network | inline |
| is_site_local() const noexcept | ip_network | inline |
| is_unspecified() const noexcept | ip_network | inline |
| is_v4() const noexcept | ip_network | inline |
| is_v6() const noexcept | ip_network | inline |
| netmask() const noexcept | ip_network | inline |
| network_address() const noexcept | ip_network | inline |
| operator std::basic_string< T, std::char_traits< T >, std::allocator< T > >() const | ip_network | inlineexplicit |
| operator!=(const ip_network &rhs) const noexcept | ip_network | inline |
| operator<(const ip_network &rhs) const noexcept | ip_network | inline |
| operator<=(const ip_network &rhs) const noexcept | ip_network | inline |
| operator==(const ip_network &rhs) const noexcept | ip_network | inline |
| operator>(const ip_network &rhs) const noexcept | ip_network | inline |
| operator>=(const ip_network &rhs) const noexcept | ip_network | inline |
| overlaps(const ip_network &other) const noexcept | ip_network | inline |
| parse() noexcept | ip_network | inlinestatic |
| parse(std::string_view address, bool strict=true) | ip_network | inlinestatic |
| parse(std::wstring_view address, bool strict=true) | ip_network | inlinestatic |
| parse(std::u8string_view address, bool strict=true) | ip_network | inlinestatic |
| parse(std::u16string_view address, bool strict=true) | ip_network | inlinestatic |
| parse(std::u32string_view address, bool strict=true) | ip_network | inlinestatic |
| parse(std::string_view address, error_code &code, bool strict=true) noexcept | ip_network | inlinestatic |
| parse(std::wstring_view address, error_code &code, bool strict=true) noexcept | ip_network | inlinestatic |
| parse(std::u8string_view address, error_code &code, bool strict=true) noexcept | ip_network | inlinestatic |
| parse(std::u16string_view address, error_code &code, bool strict=true) noexcept | ip_network | inlinestatic |
| parse(std::u32string_view address, error_code &code, bool strict=true) noexcept | ip_network | inlinestatic |
| parse(const T(&address)[N], bool strict=true) | ip_network | inlinestatic |
| parse(const T(&address)[N], error_code &code, bool strict=true) noexcept | ip_network | inlinestatic |
| prefixlen() const noexcept | ip_network | inline |
| size() const noexcept | ip_network | inline |
| subnet_of(const ip_network &other) const noexcept | ip_network | inline |
| subnets(size_t prefixlen_diff=1, const optional< size_t > &new_prefixlen=nullptr) const | ip_network | inline |
| subnets(error_code &code, size_t prefixlen_diff=1, const optional< size_t > &new_prefixlen=nullptr) const noexcept | ip_network | inline |
| supernet(size_t prefixlen_diff=1, const optional< size_t > &new_prefixlen=nullptr) const | ip_network | inline |
| supernet(error_code &code, size_t prefixlen_diff=1, const optional< size_t > &new_prefixlen=nullptr) const noexcept | ip_network | inline |
| supernet_of(const ip_network &other) const noexcept | ip_network | inline |
| swap(ip_network &net) noexcept | ip_network | inline |
| to_string(format fmt=format::compressed) const | ip_network | inline |
| to_u16string(format fmt=format::compressed) const | ip_network | inline |
| to_u32string(format fmt=format::compressed) const | ip_network | inline |
| to_u8string(format fmt=format::compressed) const | ip_network | inline |
| to_wstring(format fmt=format::compressed) const | ip_network | inline |
| uint_type typedef | ip_network | |
| v4() const noexcept | ip_network | inline |
| v6() const noexcept | ip_network | inline |
| version() const noexcept | ip_network | inline |