set_on_error Class Reference

#include <boost/process/posix/initializers/set_on_error.hpp>

+ Inheritance diagram for set_on_error:

Public Member Functions

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)
 
- Public Member Functions inherited from initializer_base
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
 

Detailed Description

Definition at line 22 of file set_on_error.hpp.

Constructor & Destructor Documentation

◆ set_on_error()

set_on_error ( boost::system::error_code &  ec)
inlineexplicit

Definition at line 25 of file set_on_error.hpp.

Member Function Documentation

◆ on_exec_error()

void on_exec_error ( PosixExecutor &  ) const
inline

Definition at line 79 of file set_on_error.hpp.

+ Here is the call graph for this function:

◆ on_exec_setup()

void on_exec_setup ( PosixExecutor &  ) const
inline

Definition at line 70 of file set_on_error.hpp.

◆ on_fork_error()

void on_fork_error ( PosixExecutor &  ) const
inline

Definition at line 43 of file set_on_error.hpp.

◆ on_fork_setup()

void on_fork_setup ( PosixExecutor &  ) const
inline

Definition at line 28 of file set_on_error.hpp.

◆ on_fork_success()

void on_fork_success ( PosixExecutor &  ) const
inline

Definition at line 54 of file set_on_error.hpp.

+ Here is the call graph for this function:

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