boost::asio::ip::basic_resolver_entry
An entry produced by a resolver.
Synopsis
Declared in <boost/asio/ip/basic_resolver_entry.hpp>
template<typename InternetProtocol>
class basic_resolver_entry;
Types
Name |
Description |
The endpoint type associated with the endpoint entry. |
|
The protocol type associated with the endpoint entry. |
Member Functions
Name |
Description |
|
Constructors |
Get the endpoint associated with the entry. |
|
Get the host name associated with the entry. |
|
Get the service name associated with the entry. |
|
Convert to the endpoint associated with the entry. |
Description
The boost::asio::ip::basic_resolver_entry class template describes an entry as returned by a resolver.
Thread Safety
Distinct objects: Safe. Shared objects: Unsafe.
Created with MrDocs