|
Clementine
|
Base class for all io_context services. More...
#include <io_context.hpp>


Public Member Functions | |
| asio::io_context & | get_io_context () |
| Get the io_context object that owns the service. | |
Public Member Functions inherited from asio::execution_context::service | |
| execution_context & | context () |
| 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... | |
Base class for all io_context services.
|
protected |
Constructor.
| owner | The io_context object that owns the service. |
1.8.13