_ipv4 | xentara::utils::network::Address | |
_ipv6 | xentara::utils::network::Address | |
_large | xentara::utils::network::Address | |
_small | xentara::utils::network::Address | |
Address() noexcept=default | xentara::utils::network::Address | |
Address(const Sockaddr &nativeAddress, Options... options) | xentara::utils::network::Address | |
Address(const sockaddr *data, size_type size, Options... options) | xentara::utils::network::Address | |
addressFamily() const noexcept -> int | xentara::utils::network::Address | |
any(PortNumber portNumber, Options... options) -> Address | xentara::utils::network::Address | static |
canonicalName(std::string_view hostName) -> std::string | xentara::utils::network::Address | static |
data() const noexcept -> const sockaddr * | xentara::utils::network::Address | |
data() noexcept -> sockaddr * | xentara::utils::network::Address | |
fromString(std::string_view string, Options... options) -> Address | xentara::utils::network::Address | static |
join(std::string_view hostName, PortNumber portNumber) -> std::string | xentara::utils::network::Address | static |
join(std::string_view hostName, std::optional< PortNumber > portNumber) -> std::string | xentara::utils::network::Address | static |
loopback(Options... options) -> Address | xentara::utils::network::Address | static |
operator bool() const noexcept | xentara::utils::network::Address | explicit |
operator<< | xentara::utils::network::Address | friend |
resize(size_type size) -> void | xentara::utils::network::Address | |
resolve(std::string_view hostName, Options... options) -> std::vector< Address > | xentara::utils::network::Address | static |
resolveSingleAddress(std::string_view hostName, Options... options) -> Address | xentara::utils::network::Address | static |
size() const noexcept -> size_type | xentara::utils::network::Address | |
size_type typedef | xentara::utils::network::Address | |
split(std::string_view string) -> std::pair< std::string, std::optional< PortNumber > > | xentara::utils::network::Address | static |
supports(Criteria... criteria) const noexcept -> bool | xentara::utils::network::Address | |
swap | xentara::utils::network::Address | friend |
toString() const -> std::string | xentara::utils::network::Address | |