|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 ip_address,包括所有继承而来的类成员
| address() const noexcept | ip_address | inline |
| address_type typedef | ip_address | |
| any(ports port=ports::UNDEF, int family=AF_INET) noexcept | ip_address | static |
| data() const noexcept | ip_address | |
| data() noexcept | ip_address | |
| family() const noexcept | ip_address | |
| ip_address() noexcept=default | ip_address | |
| ip_address(const ::sockaddr_in &addr4) noexcept | ip_address | inlineexplicit |
| ip_address(const ::sockaddr_in6 &addr6) noexcept | ip_address | inlineexplicit |
| is_ipv4() const noexcept | ip_address | inline |
| is_ipv6() const noexcept | ip_address | inline |
| is_valid() const noexcept | ip_address | inline |
| loopback(ports port=ports::UNDEF, int family=AF_INET) noexcept | ip_address | static |
| operator!=(const ip_address &other) const | ip_address | inline |
| operator==(const ip_address &other) const | ip_address | |
| parse(const string &host, ports port=ports{}) noexcept | ip_address | static |
| port() const noexcept | ip_address | |
| size() const noexcept | ip_address | |
| to_string() const | ip_address |