Boost.Corosio

    • Introduction
    • Quick Start
    • Tutorials
      • Echo Server
      • HTTP Client
      • DNS Lookup
      • TLS Context Configuration
    • Guide
      • TCP/IP Networking
      • Concurrent Programming
      • I/O Context
      • Sockets
      • Acceptors
      • Endpoints
      • Composed Operations
      • Timers
      • Signal Handling
      • Name Resolution
      • TCP Server
      • TLS Encryption
      • Error Handling
      • Buffer Sequences
    • Concepts
      • Design Rationale
      • Affine Awaitables
    • Testing
      • Mock Sockets
    • Reference
    • Glossary
  • boost::corosio::resolver::resolver_impl
arrow_upward

boost::corosio::resolver::resolver_impl

Synopsis

Declared in <boost/corosio/resolver.hpp>

struct resolver_impl
    : io_object_impl

Base Classes

Name Description

io_object_impl

Base interface for platform I/O implementations.

Member Functions

Name

Description

cancel [virtual]

release [virtual]

Release associated resources without closing.

resolve [virtual]

reverse_resolve [virtual]

Created with MrDocs