|
CCF
|
#include <process_launcher.h>
Inherits asynchost::ProcessPipe.
Public Member Functions | |
| ProcessWriter (std::vector< uint8_t > &&data) | |
| void | start (pid_t pid) |
Public Member Functions inherited from asynchost::ProcessPipe | |
| ProcessPipe () | |
| virtual | ~ProcessPipe ()=default |
| uv_stream_t * | stream () |
Additional Inherited Members | |
Protected Member Functions inherited from asynchost::with_uv_handle< uv_pipe_t > | |
| with_uv_handle () | |
| with_uv_handle (const with_uv_handle< uv_pipe_t > &that)=delete | |
| with_uv_handle (with_uv_handle< uv_pipe_t > &&that)=delete | |
| virtual | ~with_uv_handle ()=default |
| void | close () |
Protected Attributes inherited from asynchost::ProcessPipe | |
| pid_t | pid = 0 |
Protected Attributes inherited from asynchost::with_uv_handle< uv_pipe_t > | |
| uv_pipe_t | uv_handle |
Write a byte buffer to a process' standard input.
|
inline |
|
inline |