![]() |
Bitcoin Core 31.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 743 of file subprocess.h.
|
inline |
Definition at line 746 of file subprocess.h.
|
inline |
Definition at line 1262 of file subprocess.h.
|
private |
Definition at line 757 of file subprocess.h.
|
private |
Definition at line 756 of file subprocess.h.