|
bool | readInheritable = false |
| Set to true to make the read side of the pipe visible to child processes.
|
|
bool | writeInheritable = false |
| Set to true to make the write side of the pipe visible to child processes.
|
|
bool | blocking = true |
| Set to false if pipe will be used for Async I/O (see Async)
|
|
◆ blocking
bool SC::PipeOptions::blocking = true |
Set to false if pipe will be used for Async I/O (see Async)
◆ readInheritable
bool SC::PipeOptions::readInheritable = false |
Set to true to make the read side of the pipe visible to child processes.
◆ writeInheritable
bool SC::PipeOptions::writeInheritable = false |
Set to true to make the write side of the pipe visible to child processes.
The documentation for this struct was generated from the following file: