MySQL 9.1.0
Source Code Documentation
|
endpoint of IPv4/IPv6 based connection. More...
#include <internet.h>
Public Types | |
using | protocol_type = InternetProtocol |
using | endpoint_type = typename protocol_type::endpoint |
Public Member Functions | |
basic_resolver_entry ()=default | |
basic_resolver_entry (const endpoint_type &ep, std::string host_name, std::string service_name) | |
endpoint_type | endpoint () const |
std::string | host_name () const |
std::string | service_name () const |
Private Attributes | |
endpoint_type | ep_ |
std::string | host_name_ |
std::string | service_name_ |
endpoint of IPv4/IPv6 based connection.
using net::ip::basic_resolver_entry< InternetProtocol >::endpoint_type = typename protocol_type::endpoint |
using net::ip::basic_resolver_entry< InternetProtocol >::protocol_type = InternetProtocol |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |