blocxx
|
Classes | |
struct | NullFactory |
Functions | |
void | close_child_ends (UnnamedPipeRef ppipe[BLOCXX_NPIPE]) |
Variables | |
unsigned const | BLOCXX_IN = 0 |
unsigned const | BLOCXX_OUT = 1 |
unsigned const | BLOCXX_SERR = 2 |
unsigned const | BLOCXX_EXEC_ERR = 3 |
unsigned const | BLOCXX_NPIPE = 4 |
void BLOCXX_NAMESPACE::Exec::Impl::close_child_ends | ( | UnnamedPipeRef | ppipe[BLOCXX_NPIPE] | ) |
Definition at line 169 of file Exec.cpp.
Referenced by BLOCXX_NAMESPACE::PosixExec::spawnImpl().
unsigned const BLOCXX_NAMESPACE::Exec::Impl::BLOCXX_EXEC_ERR = 3 |
Definition at line 787 of file Exec.hpp.
Referenced by BLOCXX_NAMESPACE::PosixExec::spawnImpl().
unsigned const BLOCXX_NAMESPACE::Exec::Impl::BLOCXX_IN = 0 |
Definition at line 784 of file Exec.hpp.
Referenced by BLOCXX_NAMESPACE::Exec::PreExec::setupStandardDescriptors().
unsigned const BLOCXX_NAMESPACE::Exec::Impl::BLOCXX_NPIPE = 4 |
Definition at line 788 of file Exec.hpp.
Referenced by BLOCXX_NAMESPACE::Exec::PreExec::closePipesOnExec(), and BLOCXX_NAMESPACE::PosixExec::spawnImpl().
unsigned const BLOCXX_NAMESPACE::Exec::Impl::BLOCXX_OUT = 1 |
unsigned const BLOCXX_NAMESPACE::Exec::Impl::BLOCXX_SERR = 2 |