![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
Namespaces | |
| namespace | util |
| namespace | detail |
Classes | |
| class | CalledProcessError |
| class | OSError |
| struct | string_arg |
| struct | executable |
| struct | input |
| struct | output |
| struct | error |
| class | Buffer |
| class | Popen |
Typedefs | |
| using | OutBuffer = Buffer |
| using | ErrBuffer = Buffer |
Enumerations | |
| enum | IOTYPE { STDOUT = 1 , STDERR , PIPE } |
Variables | |
| static const size_t | SP_MAX_ERR_BUF_SIZ = 1024 |
| static const size_t | DEFAULT_BUF_CAP_BYTES = 8192 |
Getting started with reading this source code. The source is mainly divided into four parts:
| using subprocess::ErrBuffer = Buffer |
Definition at line 705 of file subprocess.h.
| using subprocess::OutBuffer = Buffer |
Definition at line 703 of file subprocess.h.
| enum subprocess::IOTYPE |
Used for redirecting input/output/error
| Enumerator | |
|---|---|
| STDOUT | |
| STDERR | |
| PIPE | |
Definition at line 563 of file subprocess.h.
|
static |
Definition at line 124 of file subprocess.h.
|
static |
Definition at line 119 of file subprocess.h.