#include <boost/process/posix/initializers/set_on_error.hpp>
|
| template<class PosixExecutor > |
| void | on_exec_error (PosixExecutor &) const |
| |
| template<class PosixExecutor > |
| void | on_exec_setup (PosixExecutor &) const |
| |
| template<class PosixExecutor > |
| void | on_fork_error (PosixExecutor &) const |
| |
| template<class PosixExecutor > |
| void | on_fork_setup (PosixExecutor &) const |
| |
| template<class PosixExecutor > |
| void | on_fork_success (PosixExecutor &) const |
| |
| | set_on_error (boost::system::error_code &ec) |
| |
| template<class PosixExecutor > |
| void | on_exec_error (PosixExecutor &) const |
| |
| template<class PosixExecutor > |
| void | on_exec_setup (PosixExecutor &) const |
| |
| template<class PosixExecutor > |
| void | on_fork_error (PosixExecutor &) const |
| |
| template<class PosixExecutor > |
| void | on_fork_setup (PosixExecutor &) const |
| |
| template<class PosixExecutor > |
| void | on_fork_success (PosixExecutor &) const |
| |
Definition at line 24 of file set_on_error.hpp.
◆ set_on_error()
◆ on_exec_error()
| void on_exec_error |
( |
PosixExecutor & |
| ) |
const |
|
inline |
◆ on_exec_setup()
| void on_exec_setup |
( |
PosixExecutor & |
| ) |
const |
|
inline |
◆ on_fork_error()
| void on_fork_error |
( |
PosixExecutor & |
| ) |
const |
|
inline |
◆ on_fork_setup()
| void on_fork_setup |
( |
PosixExecutor & |
| ) |
const |
|
inline |
◆ on_fork_success()
| void on_fork_success |
( |
PosixExecutor & |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: