blocxx
|
#include <PosixExec.hpp>
Public Member Functions | |
SystemPreExec () | |
virtual bool | keepStd (int d) const |
virtual void | call (pipe_pointer_t const pparr[]) |
Resets all signals to their default actions and sets to close-on-exec all descriptors except the standard descriptors. |
Definition at line 67 of file PosixExec.hpp.
BLOCXX_NAMESPACE::PosixExec::SystemPreExec::SystemPreExec | ( | ) |
Definition at line 376 of file PosixExec.cpp.
void BLOCXX_NAMESPACE::PosixExec::SystemPreExec::call | ( | pipe_pointer_t const | pparr[] | ) | [virtual] |
Resets all signals to their default actions and sets to close-on-exec all descriptors except the standard descriptors.
Implements BLOCXX_NAMESPACE::Exec::PreExec.
Definition at line 385 of file PosixExec.cpp.
References BLOCXX_NAMESPACE::Exec::PreExec::closeDescriptorsOnExec(), BLOCXX_NAMESPACE::Exec::PreExec::resetSignals(), and BLOCXX_NAMESPACE::Exec::PreExec::setNewProcessGroup().
bool BLOCXX_NAMESPACE::PosixExec::SystemPreExec::keepStd | ( | int | d | ) | const [virtual] |
Implements BLOCXX_NAMESPACE::Exec::PreExec.
Definition at line 380 of file PosixExec.cpp.