boost::corosio::resolver_results
A range of entries produced by a resolver.
Synopsis
Declared in <boost/corosio/resolver_results.hpp>
class resolver_results;
Description
This class holds the results of a DNS resolution query. It provides a range interface for iterating over the resolved endpoints.
Thread Safety
Distinct objects: Safe. Shared objects: Safe (immutable after construction).
Member Functions
Name |
Description |
|
Constructors |
Get an iterator to the first entry. |
|
Get an iterator to the first entry. |
|
Get an iterator past the last entry. |
|
Check if the results are empty. |
|
Get an iterator past the last entry. |
|
Get the number of entries. |
|
Swap with another results object. |
Friends
| Name | Description |
|---|---|
Test for inequality. |
|
Test for equality. |
Created with MrDocs