ipaddress 1.1.0
Loading...
Searching...
No Matches
ip_network_base< Base > Member List

This is the complete list of members for ip_network_base< Base >, including all inherited members.

address_exclude(const ip_network_base &other) constip_network_base< Base >inline
address_exclude(const ip_network_base &other, error_code &code) const noexceptip_network_base< Base >inline
addresses_count() const noexceptip_network_base< Base >inline
broadcast_address() const noexceptip_network_base< Base >inline
contains(const ip_address_type &address) const noexceptip_network_base< Base >inline
from_address(const ip_address_type &address, size_t prefixlen=ip_address_type::max_prefixlen, bool strict=true)ip_network_base< Base >inlinestatic
from_address(const ip_address_type &address, error_code &code, size_t prefixlen=ip_address_type::max_prefixlen, bool strict=true) noexceptip_network_base< Base >inlinestatic
hash() const noexceptip_network_base< Base >inline
hostmask() const noexceptip_network_base< Base >inline
hosts() const noexceptip_network_base< Base >inline
ip_address_type typedefip_network_base< Base >
ip_network_base() noexceptip_network_base< Base >inline
is_global() const noexceptip_network_base< Base >
is_link_local() const noexceptip_network_base< Base >inline
is_loopback() const noexceptip_network_base< Base >inline
is_multicast() const noexceptip_network_base< Base >inline
is_private() const noexceptip_network_base< Base >
is_reserved() const noexceptip_network_base< Base >inline
is_unspecified() const noexceptip_network_base< Base >inline
netmask() const noexceptip_network_base< Base >inline
network_address() const noexceptip_network_base< Base >inline
operator std::basic_string< T, std::char_traits< T >, std::allocator< T > >() constip_network_base< Base >inlineexplicit
operator!=(const ip_network_base &rhs) const noexceptip_network_base< Base >inline
operator<(const ip_network_base &rhs) const noexceptip_network_base< Base >inline
operator<=(const ip_network_base &rhs) const noexceptip_network_base< Base >inline
operator==(const ip_network_base &rhs) const noexceptip_network_base< Base >inline
operator>(const ip_network_base &rhs) const noexceptip_network_base< Base >inline
operator>=(const ip_network_base &rhs) const noexceptip_network_base< Base >inline
overlaps(const ip_network_base &other) const noexceptip_network_base< Base >inline
parse() noexceptip_network_base< Base >inlinestatic
parse(std::string_view address, bool strict=true)ip_network_base< Base >inlinestatic
parse(std::wstring_view address, bool strict=true)ip_network_base< Base >inlinestatic
parse(std::u8string_view address, bool strict=true)ip_network_base< Base >inlinestatic
parse(std::u16string_view address, bool strict=true)ip_network_base< Base >inlinestatic
parse(std::u32string_view address, bool strict=true)ip_network_base< Base >inlinestatic
parse(std::string_view address, error_code &code, bool strict=true) noexceptip_network_base< Base >inlinestatic
parse(std::wstring_view address, error_code &code, bool strict=true) noexceptip_network_base< Base >inlinestatic
parse(std::u8string_view address, error_code &code, bool strict=true) noexceptip_network_base< Base >inlinestatic
parse(std::u16string_view address, error_code &code, bool strict=true) noexceptip_network_base< Base >inlinestatic
parse(std::u32string_view address, error_code &code, bool strict=true) noexceptip_network_base< Base >inlinestatic
parse(const T(&address)[N], bool strict=true)ip_network_base< Base >inlinestatic
parse(const T(&address)[N], error_code &code, bool strict=true) noexceptip_network_base< Base >inlinestatic
prefixlen() const noexceptip_network_base< Base >inline
subnet_of(const ip_network_base &other) const noexceptip_network_base< Base >inline
subnets(size_t prefixlen_diff=1, optional< size_t > new_prefixlen=nullptr) constip_network_base< Base >inline
subnets(error_code &code, size_t prefixlen_diff=1, optional< size_t > new_prefixlen=nullptr) const noexceptip_network_base< Base >inline
supernet(size_t prefixlen_diff=1, optional< size_t > new_prefixlen=nullptr) constip_network_base< Base >inline
supernet(error_code &code, size_t prefixlen_diff=1, optional< size_t > new_prefixlen=nullptr) const noexceptip_network_base< Base >inline
supernet_of(const ip_network_base &other) const noexceptip_network_base< Base >inline
swap(ip_network_base &network) noexceptip_network_base< Base >inline
to_string(format fmt=format::compressed) constip_network_base< Base >inline
to_u16string(format fmt=format::compressed) constip_network_base< Base >inline
to_u32string(format fmt=format::compressed) constip_network_base< Base >inline
to_u8string(format fmt=format::compressed) constip_network_base< Base >inline
to_wstring(format fmt=format::compressed) constip_network_base< Base >inline
uint_type typedefip_network_base< Base >