![]() |
Bitcoin Core 29.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 652 of file subprocess.h.
|
inlineexplicit |
Definition at line 654 of file subprocess.h.
|
inlineexplicit |
|
inlineexplicit |
Definition at line 658 of file subprocess.h.
|
inlineexplicit |
bool subprocess::error::deferred_ = false |
Definition at line 675 of file subprocess.h.
int subprocess::error::rd_ch_ = -1 |
Definition at line 676 of file subprocess.h.
int subprocess::error::wr_ch_ = -1 |
Definition at line 677 of file subprocess.h.