![]() |
Bitcoin Core
29.1.0
P2P Digital Currency
|
#include <subprocess.h>
Public Member Functions | |
| output (int fd) | |
| output (FILE *fp) | |
| output (const char *filename) | |
| output (IOTYPE typ) | |
Public Attributes | |
| int | rd_ch_ = -1 |
| int | wr_ch_ = -1 |
Option to specify the output channel for the child process. It can be:
Eg: output{PIPE} OR output{"output.txt"}
Definition at line 605 of file subprocess.h.
|
inlineexplicit |
Definition at line 607 of file subprocess.h.
|
inlineexplicit |
|
inlineexplicit |
Definition at line 611 of file subprocess.h.
|
inlineexplicit |
| int subprocess::output::rd_ch_ = -1 |
Definition at line 623 of file subprocess.h.
| int subprocess::output::wr_ch_ = -1 |
Definition at line 624 of file subprocess.h.
1.8.14