Clementine
Classes | Public Member Functions | Protected Member Functions | Friends | List of all members
asio::execution_context::service Class Referenceabstract

Base class for all io_context services. More...

#include <execution_context.hpp>

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

Public Member Functions

execution_contextcontext ()
 Get the context object that owns the service.
 

Protected Member Functions

ASIO_DECL service (execution_context &owner)
 Constructor. More...
 
virtual ASIO_DECL ~service ()
 Destructor.
 

Friends

class asio::detail::service_registry
 

Detailed Description

Base class for all io_context services.

Constructor & Destructor Documentation

◆ service()

service::service ( execution_context owner)
protected

Constructor.

Parameters
ownerThe execution_context object that owns the service.

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