![]() |
Bitcoin Core 29.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 746 of file subprocess.h.
|
inline |
Definition at line 749 of file subprocess.h.
|
inline |
Definition at line 1273 of file subprocess.h.
|
private |
Definition at line 760 of file subprocess.h.
|
private |
Definition at line 759 of file subprocess.h.