![]() |
Bitcoin Core 31.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 582 of file subprocess.h.
|
inlineexplicit |
Definition at line 585 of file subprocess.h.
|
inlineexplicit |
|
inlineexplicit |
Definition at line 590 of file subprocess.h.
|
inlineexplicit |
| int subprocess::input::rd_ch_ = -1 |
Definition at line 602 of file subprocess.h.
| int subprocess::input::wr_ch_ = -1 |
Definition at line 603 of file subprocess.h.