An entry produced by a resolver. More...
#include <basic_resolver_entry.hpp>
Public Types | |
| typedef InternetProtocol | protocol_type |
| The protocol type associated with the endpoint entry. More... | |
| typedef InternetProtocol::endpoint | endpoint_type |
| The endpoint type associated with the endpoint entry. More... | |
Public Member Functions | |
| basic_resolver_entry () | |
| Default constructor. More... | |
| basic_resolver_entry (const endpoint_type &ep, const std::string &host, const std::string &service) | |
| Construct with specified endpoint, host name and service name. More... | |
| endpoint_type | endpoint () const |
| Get the endpoint associated with the entry. More... | |
| operator endpoint_type () const | |
| Convert to the endpoint associated with the entry. More... | |
| std::string | host_name () const |
| Get the host name associated with the entry. More... | |
| std::string | service_name () const |
| Get the service name associated with the entry. More... | |
An entry produced by a resolver.
The boost::asio::ip::basic_resolver_entry class template describes an entry as returned by a resolver.
| typedef InternetProtocol::endpoint boost::asio::ip::basic_resolver_entry< InternetProtocol >::endpoint_type |
The endpoint type associated with the endpoint entry.
| typedef InternetProtocol boost::asio::ip::basic_resolver_entry< InternetProtocol >::protocol_type |
The protocol type associated with the endpoint entry.
|
inline |
Default constructor.
|
inline |
Construct with specified endpoint, host name and service name.
|
inline |
Get the endpoint associated with the entry.
|
inline |
Get the host name associated with the entry.
|
inline |
Convert to the endpoint associated with the entry.
|
inline |
Get the service name associated with the entry.