boost::corosio::resolver_entry

A single entry produced by a resolver.

Synopsis

class resolver_entry;

Description

This class represents one resolved endpoint along with the host and service names used in the query.

Thread Safety

Distinct objects: Safe. Shared objects: Safe.

Member Functions

Name

Description

resolver_entry [constructor]

Constructors

get_endpoint

Get the endpoint.

host_name

Get the host name from the query.

service_name

Get the service name from the query.

operator endpoint

Implicit conversion to endpoint.

Created with MrDocs