Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <subprocess.h>
Public Member Functions | |
error (int fd) | |
error (FILE *fp) | |
error (const char *filename) | |
error (IOTYPE typ) | |
Public Attributes | |
bool | deferred_ = false |
int | rd_ch_ = -1 |
int | wr_ch_ = -1 |
Option to specify the error channel for the child process. It can be:
Definition at line 636 of file subprocess.h.
|
inlineexplicit |
Definition at line 638 of file subprocess.h.
|
inlineexplicit |
|
inlineexplicit |
Definition at line 642 of file subprocess.h.
|
inlineexplicit |
bool subprocess::error::deferred_ = false |
Definition at line 659 of file subprocess.h.
int subprocess::error::rd_ch_ = -1 |
Definition at line 660 of file subprocess.h.
int subprocess::error::wr_ch_ = -1 |
Definition at line 661 of file subprocess.h.