![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
#include <subprocess.h>
Public Member Functions | |
ArgumentDeducer (Popen *p) | |
void | set_option (executable &&exe) |
void | set_option (input &&inp) |
void | set_option (output &&out) |
void | set_option (error &&err) |
void | set_option (close_fds &&cfds) |
Private Attributes | |
Popen * | popen_ = nullptr |
A helper class to Popen class for setting options as provided in the Popen constructor. This design allows us to not have any fixed position to any arguments and specify them in a way similar to what can be done in python.
Definition at line 744 of file subprocess.h.
|
inline |
Definition at line 746 of file subprocess.h.
|
inline |
Definition at line 1296 of file subprocess.h.
|
inline |
Definition at line 1284 of file subprocess.h.
|
inline |
|
inline |
Definition at line 1274 of file subprocess.h.
|
inline |
Definition at line 1279 of file subprocess.h.
|
private |
Definition at line 755 of file subprocess.h.