Clementine
Public Member Functions | Protected Member Functions | List of all members
asio::io_context::service Class Reference

Base class for all io_context services. More...

#include <io_context.hpp>

Inheritance diagram for asio::io_context::service:
Inheritance graph
[legend]
Collaboration diagram for asio::io_context::service:
Collaboration graph
[legend]

Public Member Functions

asio::io_contextget_io_context ()
 Get the io_context object that owns the service.
 
- Public Member Functions inherited from asio::execution_context::service
execution_contextcontext ()
 Get the context object that owns the service.
 

Protected Member Functions

ASIO_DECL service (asio::io_context &owner)
 Constructor. More...
 
virtual ASIO_DECL ~service ()
 Destructor.
 
- Protected Member Functions inherited from asio::execution_context::service
ASIO_DECL service (execution_context &owner)
 Constructor. More...
 

Detailed Description

Base class for all io_context services.

Constructor & Destructor Documentation

◆ service()

asio::io_context::service::service ( asio::io_context owner)
protected

Constructor.

Parameters
ownerThe io_context object that owns the service.

The documentation for this class was generated from the following files: