Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <subprocess.h>
Public Member Functions | |
input (int fd) | |
input (FILE *fp) | |
input (const char *filename) | |
input (IOTYPE typ) | |
Public Attributes | |
int | rd_ch_ = -1 |
int | wr_ch_ = -1 |
Option to specify the input channel for the child process. It can be:
Eg: input{PIPE} OR in case of redirection, output of another Popen input{popen.output()}
Definition at line 570 of file subprocess.h.
|
inlineexplicit |
Definition at line 573 of file subprocess.h.
|
inlineexplicit |
|
inlineexplicit |
Definition at line 578 of file subprocess.h.
|
inlineexplicit |
int subprocess::input::rd_ch_ = -1 |
Definition at line 590 of file subprocess.h.
int subprocess::input::wr_ch_ = -1 |
Definition at line 591 of file subprocess.h.