Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
subprocess::bufsize Struct Reference

#include <subprocess.hpp>

Public Member Functions

 bufsize (int sz)
 

Public Attributes

int bufsiz = 0
 

Detailed Description

The buffer size of the stdin/stdout/stderr streams of the child process. Default value is 0.

Definition at line 659 of file subprocess.hpp.

Constructor & Destructor Documentation

◆ bufsize()

subprocess::bufsize::bufsize ( int  sz)
inlineexplicit

Definition at line 660 of file subprocess.hpp.

Member Data Documentation

◆ bufsiz

int subprocess::bufsize::bufsiz = 0

Definition at line 661 of file subprocess.hpp.


The documentation for this struct was generated from the following file: