Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <subprocess.h>
Public Member Functions | |
Child (Popen *p, int err_wr_pipe) | |
void | execute_child () |
Private Attributes | |
Popen * | parent_ = nullptr |
int | err_wr_pipe_ = -1 |
A helper class to Popen. This takes care of all the fork-exec logic in the execute_child API.
Definition at line 730 of file subprocess.h.
|
inline |
Definition at line 733 of file subprocess.h.
|
inline |
Definition at line 1237 of file subprocess.h.
|
private |
Definition at line 744 of file subprocess.h.
|
private |
Definition at line 743 of file subprocess.h.