LLFIO  v2.00 late alpha
io_handle.hpp File Reference

Provides i/o handle. More...

#include "handle.hpp"

Classes

class  llfio_v2_xxx::io_handle
 A handle to something capable of scatter-gather i/o. More...
 
struct  llfio_v2_xxx::io_handle::buffer_type
 
struct  llfio_v2_xxx::io_handle::const_buffer_type
 
struct  llfio_v2_xxx::io_handle::io_request< T >
 The i/o request type used by this handle. Guaranteed to be TrivialType apart from construction, and StandardLayoutType. More...
 
struct  llfio_v2_xxx::io_handle::io_result< T >
 The i/o result type used by this handle. Guaranteed to be TrivialType apart from construction. More...
 

Namespaces

 llfio_v2_xxx
 The LLFIO namespace.
 

Functions

io_handle::io_result< io_handle::buffers_type > llfio_v2_xxx::read (io_handle &self, io_handle::io_request< io_handle::buffers_type > reqs, deadline d=deadline()) noexcept
 Read data from the open handle. More...
 
io_handle::io_result< io_handle::const_buffers_type > llfio_v2_xxx::write (io_handle &self, io_handle::io_request< io_handle::const_buffers_type > reqs, deadline d=deadline()) noexcept
 Write data to the open handle. More...
 
io_handle::io_result< io_handle::size_type > llfio_v2_xxx::write (io_handle &self, io_handle::extent_type offset, std::initializer_list< io_handle::const_buffer_type > lst, deadline d=deadline()) noexcept
 

Detailed Description

Provides i/o handle.