Lely core libraries  2.3.4
lely::io::Context Class Reference

An I/O context. More...

#include <ctx.hpp>

Inheritance diagram for lely::io::Context:
Collaboration diagram for lely::io::Context:

Public Member Functions

 Context ()
 
 ~Context ()
 
- Public Member Functions inherited from lely::io::ContextBase
void insert (io_svc &svc) noexcept
 
void remove (io_svc &svc) noexcept
 
void notify_fork (ForkEvent e, ::std::error_code &ec) noexcept
 
void notify_fork (ForkEvent e)
 
void shutdown () noexcept
 

Detailed Description

An I/O context.

Definition at line 98 of file ctx.hpp.

Constructor & Destructor Documentation

◆ Context()

lely::io::Context::Context ( )
inline
See also
io_ctx_create()

Definition at line 101 of file ctx.hpp.

◆ ~Context()

lely::io::Context::~Context ( )
inline
See also
io_ctx_destroy()

Definition at line 121 of file ctx.hpp.


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