![]() |
Bitcoin Core 29.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 586 of file subprocess.h.
|
inlineexplicit |
Definition at line 589 of file subprocess.h.
|
inlineexplicit |
|
inlineexplicit |
Definition at line 594 of file subprocess.h.
|
inlineexplicit |
int subprocess::input::rd_ch_ = -1 |
Definition at line 606 of file subprocess.h.
int subprocess::input::wr_ch_ = -1 |
Definition at line 607 of file subprocess.h.