![]() |
Bitcoin Core 29.99.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 637 of file subprocess.h.
|
inlineexplicit |
Definition at line 639 of file subprocess.h.
|
inlineexplicit |
|
inlineexplicit |
Definition at line 643 of file subprocess.h.
|
inlineexplicit |
int subprocess::output::rd_ch_ = -1 |
Definition at line 655 of file subprocess.h.
int subprocess::output::wr_ch_ = -1 |
Definition at line 656 of file subprocess.h.