![]() |
MOS Source Code
|
#include <pipe.hpp>
Public Member Functions | |
pipeio_t (pipe_t *pipe) | |
Public Attributes | |
pipe_t *const | pipe |
PipeIOImpl | io_r |
PipeIOImpl | io_w |
Additional Inherited Members | |
![]() | |
static constexpr mos::string_view | type_name |
pipe_t* const pipe |
Definition at line 47 of file pipe.hpp.
Referenced by PipeIOImpl::on_closed(), PipeIOImpl::on_read(), PipeIOImpl::on_write(), and pipeio_t().
PipeIOImpl io_r |
Definition at line 48 of file pipe.hpp.
Referenced by pipeio_t().
PipeIOImpl io_w |
Definition at line 48 of file pipe.hpp.
Referenced by pipeio_t().